Lines Matching refs:kernel
5 request_module() replacement and a kernel thread called kmod. When the
6 kernel requests a module, the kmod wakes up and execve()s modprobe,
10 modprobe (where the kernel looks for it) by doing:
12 echo "/sbin/modprobe" > /proc/sys/kernel/modprobe
20 nothing in the standard kernel used its other features). If you
23 and a kroute kernel thread could be sent off to do the work. But
39 kernel level stuff)
46 - kmod reports errors through the normal kernel mechanisms, which avoids
63 in kernel/kmod.c. When this limit is exceeded, the kernel issues message "kmod:
67 create modules.dep after installing the modules and before booting a kernel for
68 the first time. "depmod -ae m.n.p" where m.n.p is the new kernel version.