Lines Matching refs:retval
220 int retval; in ____call_usermodehelper() local
235 retval = -ENOMEM; in ____call_usermodehelper()
247 retval = sub_info->init(sub_info, new); in ____call_usermodehelper()
248 if (retval) { in ____call_usermodehelper()
256 retval = do_execve(getname_kernel(sub_info->path), in ____call_usermodehelper()
260 sub_info->retval = retval; in ____call_usermodehelper()
264 if (!retval) in ____call_usermodehelper()
279 sub_info->retval = pid; in wait_for_helper()
299 sub_info->retval = ret; in wait_for_helper()
321 sub_info->retval = pid; in __call_usermodehelper()
441 long retval; in __usermodehelper_disable() local
456 retval = wait_event_timeout(running_helpers_waitq, in __usermodehelper_disable()
459 if (retval) in __usermodehelper_disable()
540 int retval = 0; in call_usermodehelper_exec() local
548 retval = -EBUSY; in call_usermodehelper_exec()
564 retval = wait_for_completion_killable(&done); in call_usermodehelper_exec()
565 if (!retval) in call_usermodehelper_exec()
576 retval = sub_info->retval; in call_usermodehelper_exec()
581 return retval; in call_usermodehelper_exec()