Home
last modified time | relevance | path

Searched refs:sub_info (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/kernel/
Dumh.c48 static void umh_complete(struct subprocess_info *sub_info) in umh_complete() argument
50 struct completion *comp = xchg(&sub_info->complete, NULL); in umh_complete()
59 call_usermodehelper_freeinfo(sub_info); in umh_complete()
67 struct subprocess_info *sub_info = data; in call_usermodehelper_exec_async() local
92 if (sub_info->init) { in call_usermodehelper_exec_async()
93 retval = sub_info->init(sub_info, new); in call_usermodehelper_exec_async()
102 sub_info->pid = task_pid_nr(current); in call_usermodehelper_exec_async()
103 if (sub_info->file) in call_usermodehelper_exec_async()
104 retval = do_execve_file(sub_info->file, in call_usermodehelper_exec_async()
105 sub_info->argv, sub_info->envp); in call_usermodehelper_exec_async()
[all …]
/Linux-v4.19/fs/
Dcoredump.c600 struct subprocess_info *sub_info; in do_coredump() local
648 sub_info = call_usermodehelper_setup(helper_argv[0], in do_coredump()
651 if (sub_info) in do_coredump()
652 retval = call_usermodehelper_exec(sub_info, in do_coredump()