Home
last modified time | relevance | path

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

/linux-2.4.37.9/kernel/
Dkmod.c150 static int exec_modprobe(void * module_name) in exec_modprobe() function
216 pid = kernel_thread(exec_modprobe, (void*) module_name, 0); in request_module()