Searched refs:hc_item (Results 1 – 2 of 2) sorted by relevance
59 struct list_head hc_item; member
625 list_for_each_entry(f, &hbcall->list, hc_item) { in o2hb_fire_callbacks()2191 INIT_LIST_HEAD(&hc->hc_item); in o2hb_setup_callback()2348 BUG_ON(!list_empty(&hc->hc_item)); in o2hb_register_callback()2366 list_for_each_entry(f, &hbcall->list, hc_item) { in o2hb_register_callback()2368 list_add_tail(&hc->hc_item, &f->hc_item); in o2hb_register_callback()2372 if (list_empty(&hc->hc_item)) in o2hb_register_callback()2373 list_add_tail(&hc->hc_item, &hbcall->list); in o2hb_register_callback()2393 if (list_empty(&hc->hc_item)) in o2hb_unregister_callback()2401 list_del_init(&hc->hc_item); in o2hb_unregister_callback()