Lines Matching refs:hbcall
731 static void o2hb_fire_callbacks(struct o2hb_callback *hbcall, in o2hb_fire_callbacks() argument
737 list_for_each_entry(f, &hbcall->list, hc_item) { in o2hb_fire_callbacks()
746 struct o2hb_callback *hbcall; in o2hb_run_event_list() local
767 hbcall = hbcall_from_type(event->hn_event_type); in o2hb_run_event_list()
772 BUG_ON(IS_ERR(hbcall)); in o2hb_run_event_list()
774 o2hb_fire_callbacks(hbcall, event->hn_node, event->hn_node_num); in o2hb_run_event_list()
2395 struct o2hb_callback *hbcall; in o2hb_register_callback() local
2401 hbcall = hbcall_from_type(hc->hc_type); in o2hb_register_callback()
2402 if (IS_ERR(hbcall)) { in o2hb_register_callback()
2403 ret = PTR_ERR(hbcall); in o2hb_register_callback()
2417 list_for_each_entry(f, &hbcall->list, hc_item) { in o2hb_register_callback()
2424 list_add_tail(&hc->hc_item, &hbcall->list); in o2hb_register_callback()