Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ocfs2/cluster/
Dheartbeat.c371 unsigned long live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_nego_timeout() local
382 o2hb_fill_node_map(live_node_bitmap, sizeof(live_node_bitmap)); in o2hb_nego_timeout()
384 master_node = find_next_bit(live_node_bitmap, O2NM_MAX_NODES, 0); in o2hb_nego_timeout()
393 if (memcmp(reg->hr_nego_node_bitmap, live_node_bitmap, in o2hb_nego_timeout()
410 while ((i = find_next_bit(live_node_bitmap, in o2hb_nego_timeout()
1083 unsigned long live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_do_disk_heartbeat() local
1097 o2hb_fill_node_map(live_node_bitmap, sizeof(live_node_bitmap)); in o2hb_do_disk_heartbeat()
1099 while ((i = find_next_bit(live_node_bitmap, in o2hb_do_disk_heartbeat()