Home
last modified time | relevance | path

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

/linux/fs/ocfs2/cluster/
A Dheartbeat.c45 static struct list_head o2hb_live_slots[O2NM_MAX_NODES]; variable
825 if (list_empty(&o2hb_live_slots[slot->ds_node_num])) { in o2hb_shutdown_slot()
981 if (list_empty(&o2hb_live_slots[slot->ds_node_num])) { in o2hb_check_slot()
994 &o2hb_live_slots[slot->ds_node_num]); in o2hb_check_slot()
1032 if (list_empty(&o2hb_live_slots[slot->ds_node_num])) { in o2hb_check_slot()
1442 for (i = 0; i < ARRAY_SIZE(o2hb_live_slots); i++) in o2hb_init()
1443 INIT_LIST_HEAD(&o2hb_live_slots[i]); in o2hb_init()

Completed in 7 milliseconds