hc_item           746 fs/ocfs2/cluster/heartbeat.c 	list_for_each_entry(f, &hbcall->list, hc_item) {
hc_item          2256 fs/ocfs2/cluster/heartbeat.c 	INIT_LIST_HEAD(&hc->hc_item);
hc_item          2413 fs/ocfs2/cluster/heartbeat.c 	BUG_ON(!list_empty(&hc->hc_item));
hc_item          2431 fs/ocfs2/cluster/heartbeat.c 	list_for_each_entry(f, &hbcall->list, hc_item) {
hc_item          2433 fs/ocfs2/cluster/heartbeat.c 			list_add_tail(&hc->hc_item, &f->hc_item);
hc_item          2437 fs/ocfs2/cluster/heartbeat.c 	if (list_empty(&hc->hc_item))
hc_item          2438 fs/ocfs2/cluster/heartbeat.c 		list_add_tail(&hc->hc_item, &hbcall->list);
hc_item          2458 fs/ocfs2/cluster/heartbeat.c 	if (list_empty(&hc->hc_item))
hc_item          2466 fs/ocfs2/cluster/heartbeat.c 	list_del_init(&hc->hc_item);
hc_item            44 fs/ocfs2/cluster/heartbeat.h 	struct list_head	hc_item;