Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dkmod.c199 static void umh_complete(struct subprocess_info *sub_info) in umh_complete() argument
201 struct completion *comp = xchg(&sub_info->complete, NULL); in umh_complete()
210 call_usermodehelper_freeinfo(sub_info); in umh_complete()
218 struct subprocess_info *sub_info = data; in ____call_usermodehelper() local
246 if (sub_info->init) { in ____call_usermodehelper()
247 retval = sub_info->init(sub_info, new); in ____call_usermodehelper()
256 retval = do_execve(getname_kernel(sub_info->path), in ____call_usermodehelper()
257 (const char __user *const __user *)sub_info->argv, in ____call_usermodehelper()
258 (const char __user *const __user *)sub_info->envp); in ____call_usermodehelper()
260 sub_info->retval = retval; in ____call_usermodehelper()
[all …]
/linux-4.1.27/fs/
Dcoredump.c566 struct subprocess_info *sub_info; in do_coredump() local
614 sub_info = call_usermodehelper_setup(helper_argv[0], in do_coredump()
617 if (sub_info) in do_coredump()
618 retval = call_usermodehelper_exec(sub_info, in do_coredump()