Home
last modified time | relevance | path

Searched refs:hbcall (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ocfs2/cluster/
A Dheartbeat.c736 static void o2hb_fire_callbacks(struct o2hb_callback *hbcall, in o2hb_fire_callbacks() argument
742 list_for_each_entry(f, &hbcall->list, hc_item) { in o2hb_fire_callbacks()
751 struct o2hb_callback *hbcall; in o2hb_run_event_list() local
772 hbcall = hbcall_from_type(event->hn_event_type); in o2hb_run_event_list()
777 BUG_ON(IS_ERR(hbcall)); in o2hb_run_event_list()
2402 struct o2hb_callback *hbcall; in o2hb_register_callback() local
2408 hbcall = hbcall_from_type(hc->hc_type); in o2hb_register_callback()
2409 if (IS_ERR(hbcall)) { in o2hb_register_callback()
2410 ret = PTR_ERR(hbcall); in o2hb_register_callback()
2424 list_for_each_entry(f, &hbcall->list, hc_item) { in o2hb_register_callback()
[all …]

Completed in 7 milliseconds