Searched refs:hbcall (Results 1 – 1 of 1) sorted by relevance
738 static void o2hb_fire_callbacks(struct o2hb_callback *hbcall, in o2hb_fire_callbacks() argument744 list_for_each_entry(f, &hbcall->list, hc_item) { in o2hb_fire_callbacks()753 struct o2hb_callback *hbcall; in o2hb_run_event_list() local774 hbcall = hbcall_from_type(event->hn_event_type); in o2hb_run_event_list()779 BUG_ON(IS_ERR(hbcall)); in o2hb_run_event_list()781 o2hb_fire_callbacks(hbcall, event->hn_node, event->hn_node_num); in o2hb_run_event_list()2403 struct o2hb_callback *hbcall; in o2hb_register_callback() local2409 hbcall = hbcall_from_type(hc->hc_type); in o2hb_register_callback()2410 if (IS_ERR(hbcall)) { in o2hb_register_callback()2411 ret = PTR_ERR(hbcall); in o2hb_register_callback()[all …]