Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ocfs2/cluster/
Dheartbeat.c369 unsigned long live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_nego_timeout() local
380 o2hb_fill_node_map(live_node_bitmap, sizeof(live_node_bitmap)); in o2hb_nego_timeout()
382 master_node = find_first_bit(live_node_bitmap, O2NM_MAX_NODES); in o2hb_nego_timeout()
391 if (memcmp(reg->hr_nego_node_bitmap, live_node_bitmap, in o2hb_nego_timeout()
408 while ((i = find_next_bit(live_node_bitmap, in o2hb_nego_timeout()
1079 unsigned long live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_do_disk_heartbeat() local
1093 o2hb_fill_node_map(live_node_bitmap, sizeof(live_node_bitmap)); in o2hb_do_disk_heartbeat()
1095 while ((i = find_next_bit(live_node_bitmap, in o2hb_do_disk_heartbeat()