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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dheartbeat.h57 struct list_head hc_item; member in struct:o2hb_callback_func
H A Dheartbeat.c453 f = list_entry(iter, struct o2hb_callback_func, hc_item);
1653 INIT_LIST_HEAD(&hc->hc_item);
1670 BUG_ON(!list_empty(&hc->hc_item));
1681 tmp = list_entry(iter, struct o2hb_callback_func, hc_item);
1683 list_add_tail(&hc->hc_item, iter);
1687 if (list_empty(&hc->hc_item))
1688 list_add_tail(&hc->hc_item, &hbcall->list);
1706 if (list_empty(&hc->hc_item))
1711 list_del_init(&hc->hc_item);

Completed in 105 milliseconds