Home
last modified time | relevance | path

Searched refs:orig_module_name (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() argument
88 module_name = kstrdup(orig_module_name, GFP_KERNEL); in call_modprobe()
104 kmod_dup_request_announce(orig_module_name, ret); in call_modprobe()
112 kmod_dup_request_announce(orig_module_name, -ENOMEM); in call_modprobe()