Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/cluster/
Dheartbeat.h42 struct list_head hc_item; member
Dheartbeat.c737 list_for_each_entry(f, &hbcall->list, hc_item) { in o2hb_fire_callbacks()
2242 INIT_LIST_HEAD(&hc->hc_item); in o2hb_setup_callback()
2399 BUG_ON(!list_empty(&hc->hc_item)); in o2hb_register_callback()
2417 list_for_each_entry(f, &hbcall->list, hc_item) { in o2hb_register_callback()
2419 list_add_tail(&hc->hc_item, &f->hc_item); in o2hb_register_callback()
2423 if (list_empty(&hc->hc_item)) in o2hb_register_callback()
2424 list_add_tail(&hc->hc_item, &hbcall->list); in o2hb_register_callback()
2444 if (list_empty(&hc->hc_item)) in o2hb_unregister_callback()
2452 list_del_init(&hc->hc_item); in o2hb_unregister_callback()