Home
last modified time | relevance | path

Searched refs:o2hb_region_bitmap (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ocfs2/cluster/
H A Dheartbeat.c58 static unsigned long o2hb_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)]; variable
1441 bitmap_zero(o2hb_region_bitmap, O2NM_MAX_REGIONS); in o2hb_init()
1840 if (bitmap_weight(o2hb_region_bitmap, O2NM_MAX_REGIONS) == 1) in o2hb_region_dev_store()
2008 reg->hr_region_num = find_first_zero_bit(o2hb_region_bitmap, in o2hb_heartbeat_group_make_item()
2015 set_bit(reg->hr_region_num, o2hb_region_bitmap); in o2hb_heartbeat_group_make_item()
2053 clear_bit(reg->hr_region_num, o2hb_region_bitmap); in o2hb_heartbeat_group_make_item()
2079 clear_bit(reg->hr_region_num, o2hb_region_bitmap); in o2hb_heartbeat_group_drop_item()