Lines Matching refs:O2NM_MAX_NODES

61 static struct list_head o2hb_live_slots[O2NM_MAX_NODES];
62 static unsigned long o2hb_live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)];
241 unsigned long hr_live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)];
958 unsigned long configured_nodes[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_do_disk_heartbeat()
959 unsigned long live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_do_disk_heartbeat()
976 O2NM_MAX_NODES, i + 1)) < O2NM_MAX_NODES) { in o2hb_do_disk_heartbeat()
980 highest_node = o2hb_highest_node(configured_nodes, O2NM_MAX_NODES); in o2hb_do_disk_heartbeat()
981 if (highest_node >= O2NM_MAX_NODES) { in o2hb_do_disk_heartbeat()
1013 O2NM_MAX_NODES, i + 1)) < O2NM_MAX_NODES) { in o2hb_do_disk_heartbeat()
1176 unsigned long map[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_debug_open()
1326 O2NM_MAX_NODES, in o2hb_debug_init()
1409 BUG_ON(bytes < (BITS_TO_LONGS(O2NM_MAX_NODES) * sizeof(unsigned long))); in o2hb_fill_node_map_from_callback()
1581 if (tmp > O2NM_MAX_NODES || tmp == 0) in o2hb_region_blocks_write()
1733 if (o2nm_this_node() == O2NM_MAX_NODES) in o2hb_region_dev_write()
2015 O2NM_MAX_NODES, reg); in o2hb_debug_region_init()
2027 0, O2NM_MAX_NODES, reg); in o2hb_debug_region_init()
2561 unsigned long testing_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_check_node_heartbeating()
2577 unsigned long testing_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_check_node_heartbeating_no_sem()
2596 unsigned long testing_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_check_node_heartbeating_from_callback()
2618 if (node_num == O2NM_MAX_NODES) { in o2hb_check_local_node_heartbeating()