Home
last modified time | relevance | path

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

/kernel/
Dumh.c524 err = call_usermodehelper_exec(sub_info, UMH_WAIT_EXEC); in fork_usermode_blob()
548 int call_usermodehelper_exec(struct subprocess_info *sub_info, int wait) in call_usermodehelper_exec() function
603 EXPORT_SYMBOL(call_usermodehelper_exec);
628 return call_usermodehelper_exec(info, wait); in call_usermodehelper()
Dkmod.c99 return call_usermodehelper_exec(info, wait | UMH_KILLABLE); in call_modprobe()