Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/cluster/
Dheartbeat.c77 static unsigned long o2hb_failed_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)]; variable
302 set_bit(reg->hr_region_num, o2hb_failed_region_bitmap); in o2hb_write_timeout()
303 failed = bitmap_weight(o2hb_failed_region_bitmap, in o2hb_write_timeout()
334 clear_bit(reg->hr_region_num, o2hb_failed_region_bitmap); in o2hb_arm_write_timeout()
1341 sizeof(o2hb_failed_region_bitmap), in o2hb_debug_init()
1343 o2hb_failed_region_bitmap); in o2hb_debug_init()
1373 memset(o2hb_failed_region_bitmap, 0, sizeof(o2hb_failed_region_bitmap)); in o2hb_init()