Lines Matching refs:module
1 What: /sys/module
3 The /sys/module tree consists of the following structure:
5 /sys/module/MODULENAME
6 The name of the module that is in the kernel. This
7 module name will always show up if the module is loaded as a
8 dynamic module. If it is built directly into the kernel, it
15 /sys/module/MODULENAME/parameters
17 individual parameters of the module that are able to be
18 changed at runtime. See the individual module
28 /sys/module/MODULENAME/refcnt
29 If the module is able to be unloaded from the kernel, this file
30 will contain the current reference count of the module.
32 Note: If the module is built into the kernel, or if the