Searched refs:hc_item (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
H A D | heartbeat.h | 44 struct list_head hc_item; member
|
H A D | heartbeat.c | 744 list_for_each_entry(f, &hbcall->list, hc_item) { in o2hb_fire_callbacks() 2252 INIT_LIST_HEAD(&hc->hc_item); in o2hb_setup_callback() 2409 BUG_ON(!list_empty(&hc->hc_item)); in o2hb_register_callback() 2427 list_for_each_entry(f, &hbcall->list, hc_item) { in o2hb_register_callback() 2429 list_add_tail(&hc->hc_item, &f->hc_item); in o2hb_register_callback() 2433 if (list_empty(&hc->hc_item)) in o2hb_register_callback() 2434 list_add_tail(&hc->hc_item, &hbcall->list); in o2hb_register_callback() 2454 if (list_empty(&hc->hc_item)) in o2hb_unregister_callback() 2462 list_del_init(&hc->hc_item); in o2hb_unregister_callback() [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/cluster/ |
H A D | heartbeat.h | 42 struct list_head hc_item; member
|
H A D | heartbeat.c | 737 list_for_each_entry(f, &hbcall->list, hc_item) { in o2hb_fire_callbacks() 2241 INIT_LIST_HEAD(&hc->hc_item); in o2hb_setup_callback() 2398 BUG_ON(!list_empty(&hc->hc_item)); in o2hb_register_callback() 2416 list_for_each_entry(f, &hbcall->list, hc_item) { in o2hb_register_callback() 2418 list_add_tail(&hc->hc_item, &f->hc_item); in o2hb_register_callback() 2422 if (list_empty(&hc->hc_item)) in o2hb_register_callback() 2423 list_add_tail(&hc->hc_item, &hbcall->list); in o2hb_register_callback() 2443 if (list_empty(&hc->hc_item)) in o2hb_unregister_callback() 2451 list_del_init(&hc->hc_item); in o2hb_unregister_callback() [all...] |
Completed in 7 milliseconds