Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/ipmi/
Dipmi_msghandler.c446 int run_to_completion; member
1507 int run_to_completion = intf->run_to_completion; in smi_send() local
1509 if (run_to_completion) { in smi_send()
3808 int run_to_completion = intf->run_to_completion; in handle_new_recv_msgs() local
3811 if (!run_to_completion) in handle_new_recv_msgs()
3816 if (!run_to_completion) in handle_new_recv_msgs()
3820 if (!run_to_completion) in handle_new_recv_msgs()
3836 if (!run_to_completion) in handle_new_recv_msgs()
3860 int run_to_completion = intf->run_to_completion; in smi_recv_tasklet() local
3870 if (!run_to_completion) in smi_recv_tasklet()
[all …]
Dipmi_si_intf.c225 bool run_to_completion; member
955 if (smi_info->run_to_completion) { in sender()
995 smi_info->run_to_completion = i_run_to_completion; in set_run_to_completion()
1106 bool run_to_completion = smi_info->run_to_completion; in poll() local
1113 if (!run_to_completion) in poll()
1116 if (!run_to_completion) in poll()
3516 new_smi->run_to_completion = false; in try_smi_init()
Dipmi_powernv.c180 bool run_to_completion) in ipmi_powernv_set_run_to_completion() argument
/linux-4.1.27/include/linux/
Dipmi_smi.h123 void (*set_run_to_completion)(void *send_info, bool run_to_completion);