Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/cluster/
Dheartbeat.c367 unsigned long live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_nego_timeout() local
378 o2hb_fill_node_map(live_node_bitmap, sizeof(live_node_bitmap)); in o2hb_nego_timeout()
380 master_node = find_first_bit(live_node_bitmap, O2NM_MAX_NODES); in o2hb_nego_timeout()
389 if (memcmp(reg->hr_nego_node_bitmap, live_node_bitmap, in o2hb_nego_timeout()
406 while ((i = find_next_bit(live_node_bitmap, in o2hb_nego_timeout()
1076 unsigned long live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_do_disk_heartbeat() local
1090 o2hb_fill_node_map(live_node_bitmap, sizeof(live_node_bitmap)); in o2hb_do_disk_heartbeat()
1092 while ((i = find_next_bit(live_node_bitmap, in o2hb_do_disk_heartbeat()