Lines Matching refs:retval
126 int retval; member
137 int retval; in ____call_usermodehelper() local
178 retval = kernel_execve(sub_info->path, sub_info->argv, sub_info->envp); in ____call_usermodehelper()
181 sub_info->retval = retval; in ____call_usermodehelper()
207 sub_info->retval = pid; in wait_for_helper()
228 sub_info->retval = ret; in wait_for_helper()
265 sub_info->retval = pid; in __call_usermodehelper()
301 long retval; in usermodehelper_disable() local
311 retval = wait_event_timeout(running_helpers_waitq, in usermodehelper_disable()
314 if (retval) in usermodehelper_disable()
459 int retval = 0; in call_usermodehelper_exec() local
468 retval = -EBUSY; in call_usermodehelper_exec()
479 retval = sub_info->retval; in call_usermodehelper_exec()
485 return retval; in call_usermodehelper_exec()