Home
last modified time | relevance | path

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

/linux/fs/ocfs2/cluster/
A Dheartbeat.c251 unsigned long hr_nego_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; member
340 memset(reg->hr_nego_node_bitmap, 0, sizeof(reg->hr_nego_node_bitmap)); in o2hb_arm_timeout()
385 if (!test_bit(master_node, reg->hr_nego_node_bitmap)) { in o2hb_nego_timeout()
389 set_bit(master_node, reg->hr_nego_node_bitmap); in o2hb_nego_timeout()
391 if (memcmp(reg->hr_nego_node_bitmap, live_node_bitmap, in o2hb_nego_timeout()
392 sizeof(reg->hr_nego_node_bitmap))) { in o2hb_nego_timeout()
443 set_bit(nego_msg->node_num, reg->hr_nego_node_bitmap); in o2hb_nego_timeout_handler()

Completed in 8 milliseconds