Lines Matching defs:hbcall
738 static void o2hb_fire_callbacks(struct o2hb_callback *hbcall,
744 list_for_each_entry(f, &hbcall->list, hc_item) {
753 struct o2hb_callback *hbcall;
774 hbcall = hbcall_from_type(event->hn_event_type);
779 BUG_ON(IS_ERR(hbcall));
781 o2hb_fire_callbacks(hbcall, event->hn_node, event->hn_node_num);
2405 struct o2hb_callback *hbcall;
2411 hbcall = hbcall_from_type(hc->hc_type);
2412 if (IS_ERR(hbcall)) {
2413 ret = PTR_ERR(hbcall);
2427 list_for_each_entry(f, &hbcall->list, hc_item) {
2434 list_add_tail(&hc->hc_item, &hbcall->list);