Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/cluster/
Dheartbeat.c249 unsigned long hr_nego_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; member
338 memset(reg->hr_nego_node_bitmap, 0, sizeof(reg->hr_nego_node_bitmap)); in o2hb_arm_timeout()
383 if (!test_bit(master_node, reg->hr_nego_node_bitmap)) { in o2hb_nego_timeout()
387 set_bit(master_node, reg->hr_nego_node_bitmap); in o2hb_nego_timeout()
389 if (memcmp(reg->hr_nego_node_bitmap, live_node_bitmap, in o2hb_nego_timeout()
390 sizeof(reg->hr_nego_node_bitmap))) { in o2hb_nego_timeout()
441 set_bit(nego_msg->node_num, reg->hr_nego_node_bitmap); in o2hb_nego_timeout_handler()