Searched refs:set_run_to_completion (Results 1 – 4 of 4) sorted by relevance
140 void (*set_run_to_completion)(void *send_info, bool run_to_completion); member
199 .set_run_to_completion = ipmi_powernv_set_run_to_completion,
933 static void set_run_to_completion(void *send_info, bool i_run_to_completion) in set_run_to_completion() function1233 .set_run_to_completion = set_run_to_completion,
5112 if (intf->handlers->set_run_to_completion) in panic_event()5113 intf->handlers->set_run_to_completion(intf->send_info, in panic_event()