Searched refs:sub_info (Results 1 – 2 of 2) sorted by relevance
198 static void umh_complete(struct subprocess_info *sub_info) in umh_complete() argument200 struct completion *comp = xchg(&sub_info->complete, NULL); in umh_complete()209 call_usermodehelper_freeinfo(sub_info); in umh_complete()217 struct subprocess_info *sub_info = data; in call_usermodehelper_exec_async() local242 if (sub_info->init) { in call_usermodehelper_exec_async()243 retval = sub_info->init(sub_info, new); in call_usermodehelper_exec_async()252 retval = do_execve(getname_kernel(sub_info->path), in call_usermodehelper_exec_async()253 (const char __user *const __user *)sub_info->argv, in call_usermodehelper_exec_async()254 (const char __user *const __user *)sub_info->envp); in call_usermodehelper_exec_async()256 sub_info->retval = retval; in call_usermodehelper_exec_async()[all …]
570 struct subprocess_info *sub_info; in do_coredump() local618 sub_info = call_usermodehelper_setup(helper_argv[0], in do_coredump()621 if (sub_info) in do_coredump()622 retval = call_usermodehelper_exec(sub_info, in do_coredump()