Home
last modified time | relevance | path

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

/linux/kernel/module/
H A Dkmod.c67 kfree(info->argv[3]); /* check call_modprobe() */ in free_modprobe_argv()
71 static int call_modprobe(char *orig_module_name, int wait) in call_modprobe() function
172 ret = call_modprobe(module_name, wait ? UMH_WAIT_PROC : UMH_WAIT_EXEC); in __request_module()