Lines Matching defs:hbcall
731 static void o2hb_fire_callbacks(struct o2hb_callback *hbcall,
737 list_for_each_entry(f, &hbcall->list, hc_item) {
746 struct o2hb_callback *hbcall;
767 hbcall = hbcall_from_type(event->hn_event_type);
772 BUG_ON(IS_ERR(hbcall));
774 o2hb_fire_callbacks(hbcall, event->hn_node, event->hn_node_num);
2394 struct o2hb_callback *hbcall;
2400 hbcall = hbcall_from_type(hc->hc_type);
2401 if (IS_ERR(hbcall)) {
2402 ret = PTR_ERR(hbcall);
2416 list_for_each_entry(f, &hbcall->list, hc_item) {
2423 list_add_tail(&hc->hc_item, &hbcall->list);