o2hb_region_bitmap 60 fs/ocfs2/cluster/heartbeat.c static unsigned long o2hb_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)]; o2hb_region_bitmap 1452 fs/ocfs2/cluster/heartbeat.c memset(o2hb_region_bitmap, 0, sizeof(o2hb_region_bitmap)); o2hb_region_bitmap 1858 fs/ocfs2/cluster/heartbeat.c if (bitmap_weight(o2hb_region_bitmap, O2NM_MAX_REGIONS) == 1) o2hb_region_bitmap 2029 fs/ocfs2/cluster/heartbeat.c reg->hr_region_num = find_first_zero_bit(o2hb_region_bitmap, o2hb_region_bitmap 2036 fs/ocfs2/cluster/heartbeat.c set_bit(reg->hr_region_num, o2hb_region_bitmap); o2hb_region_bitmap 2094 fs/ocfs2/cluster/heartbeat.c clear_bit(reg->hr_region_num, o2hb_region_bitmap);