Home
last modified time | relevance | path

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

/openbmc/linux/kernel/module/
H A Dkmod.c72 static int call_modprobe(char *orig_module_name, int wait) in call_modprobe() function
173 ret = call_modprobe(module_name, wait ? UMH_WAIT_PROC : UMH_WAIT_EXEC); in __request_module()