Lines Matching refs:retval
219 int retval; in call_usermodehelper_exec_async() local
231 retval = -ENOMEM; in call_usermodehelper_exec_async()
243 retval = sub_info->init(sub_info, new); in call_usermodehelper_exec_async()
244 if (retval) { in call_usermodehelper_exec_async()
252 retval = do_execve(getname_kernel(sub_info->path), in call_usermodehelper_exec_async()
256 sub_info->retval = retval; in call_usermodehelper_exec_async()
263 if (!retval) in call_usermodehelper_exec_async()
277 sub_info->retval = pid; in call_usermodehelper_exec_sync()
298 sub_info->retval = ret; in call_usermodehelper_exec_sync()
338 sub_info->retval = pid; in call_usermodehelper_exec_work()
459 long retval; in __usermodehelper_disable() local
474 retval = wait_event_timeout(running_helpers_waitq, in __usermodehelper_disable()
477 if (retval) in __usermodehelper_disable()
558 int retval = 0; in call_usermodehelper_exec() local
566 retval = -EBUSY; in call_usermodehelper_exec()
582 retval = wait_for_completion_killable(&done); in call_usermodehelper_exec()
583 if (!retval) in call_usermodehelper_exec()
594 retval = sub_info->retval; in call_usermodehelper_exec()
599 return retval; in call_usermodehelper_exec()