Lines Matching refs:O2NM_MAX_REGIONS
58 static unsigned long o2hb_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)];
59 static unsigned long o2hb_live_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)];
60 static unsigned long o2hb_quorum_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)];
61 static unsigned long o2hb_failed_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)];
297 O2NM_MAX_REGIONS);
299 O2NM_MAX_REGIONS);
873 O2NM_MAX_REGIONS) > O2HB_PIN_CUT_OFF)
1412 sizeof(o2hb_live_region_bitmap), O2NM_MAX_REGIONS,
1419 sizeof(o2hb_quorum_region_bitmap), O2NM_MAX_REGIONS,
1426 sizeof(o2hb_failed_region_bitmap), O2NM_MAX_REGIONS,
1441 bitmap_zero(o2hb_region_bitmap, O2NM_MAX_REGIONS);
1442 bitmap_zero(o2hb_live_region_bitmap, O2NM_MAX_REGIONS);
1443 bitmap_zero(o2hb_quorum_region_bitmap, O2NM_MAX_REGIONS);
1444 bitmap_zero(o2hb_failed_region_bitmap, O2NM_MAX_REGIONS);
1840 if (bitmap_weight(o2hb_region_bitmap, O2NM_MAX_REGIONS) == 1)
2009 O2NM_MAX_REGIONS);
2010 if (reg->hr_region_num >= O2NM_MAX_REGIONS) {
2026 reg->hr_key = crc32_le(reg->hr_region_num + O2NM_MAX_REGIONS,
2116 O2NM_MAX_REGIONS) <= O2HB_PIN_CUT_OFF)
2360 O2NM_MAX_REGIONS) <= O2HB_PIN_CUT_OFF)