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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dheartbeat.c58 static struct list_head o2hb_live_slots[O2NM_MAX_NODES]; variable in typeref:struct:list_head
540 if (list_empty(&o2hb_live_slots[slot->ds_node_num])) {
640 if (list_empty(&o2hb_live_slots[slot->ds_node_num])) {
650 &o2hb_live_slots[slot->ds_node_num]);
686 if (list_empty(&o2hb_live_slots[slot->ds_node_num])) {
914 for (i = 0; i < ARRAY_SIZE(o2hb_live_slots); i++)
915 INIT_LIST_HEAD(&o2hb_live_slots[i]);

Completed in 103 milliseconds