Lines Matching refs:o2hb_live_node_bitmap
46 static unsigned long o2hb_live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; variable
821 clear_bit(slot->ds_node_num, o2hb_live_node_bitmap); in o2hb_shutdown_slot()
859 if (memcmp(reg->hr_live_node_bitmap, o2hb_live_node_bitmap, in o2hb_set_quorum_device()
860 sizeof(o2hb_live_node_bitmap))) in o2hb_set_quorum_device()
902 tmp = test_bit(slot->ds_node_num, o2hb_live_node_bitmap); in o2hb_check_slot()
979 set_bit(slot->ds_node_num, o2hb_live_node_bitmap); in o2hb_check_slot()
1030 clear_bit(slot->ds_node_num, o2hb_live_node_bitmap); in o2hb_check_slot()
1406 O2HB_DB_TYPE_LIVENODES, sizeof(o2hb_live_node_bitmap), in o2hb_debug_init()
1407 O2NM_MAX_NODES, o2hb_live_node_bitmap); in o2hb_debug_init()
1440 memset(o2hb_live_node_bitmap, 0, sizeof(o2hb_live_node_bitmap)); in o2hb_init()
1457 memcpy(map, &o2hb_live_node_bitmap, bytes); in o2hb_fill_node_map_from_callback()