Searched refs:sub_info (Results 1 – 2 of 2) sorted by relevance
48 static void umh_complete(struct subprocess_info *sub_info) in umh_complete() argument50 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() local100 if (sub_info->init) { in call_usermodehelper_exec_async()101 retval = sub_info->init(sub_info, new); in call_usermodehelper_exec_async()110 retval = kernel_execve(sub_info->path, in call_usermodehelper_exec_async()111 (const char *const *)sub_info->argv, in call_usermodehelper_exec_async()112 (const char *const *)sub_info->envp); in call_usermodehelper_exec_async()114 sub_info->retval = retval; in call_usermodehelper_exec_async()[all …]
171 struct subprocess_info *sub_info; in fork_usermode_driver() local179 sub_info = call_usermodehelper_setup(info->driver_name, in fork_usermode_driver()182 if (!sub_info) in fork_usermode_driver()185 err = call_usermodehelper_exec(sub_info, UMH_WAIT_EXEC); in fork_usermode_driver()