Lines Matching refs:module
1 The /sys/module tree consists of the following structure:
3 What: /sys/module/<MODULENAME>
5 The name of the module that is in the kernel. This
6 module name will always show up if the module is loaded as a
7 dynamic module. If it is built directly into the kernel, it
14 What: /sys/module/<MODULENAME>/parameters
17 individual parameters of the module that are able to be
18 changed at runtime. See the individual module
28 What: /sys/module/<MODULENAME>/refcnt
30 If the module is able to be unloaded from the kernel, this file
31 will contain the current reference count of the module.
33 Note: If the module is built into the kernel, or if the
37 What: /sys/module/<MODULENAME>/srcversion
40 If the module source has MODULE_VERSION, this file will contain
43 What: /sys/module/<MODULENAME>/version
46 If the module source has MODULE_VERSION, this file will contain