1 The /sys/module tree consists of the following !! 1 What: /sys/module 2 << 3 What: /sys/module/<MODULENAME> << 4 Description: 2 Description: >> 3 The /sys/module tree consists of the following structure: >> 4 >> 5 /sys/module/MODULENAME 5 The name of the module that is 6 The name of the module that is in the kernel. This 6 module name will always show u 7 module name will always show up if the module is loaded as a 7 dynamic module. If it is buil 8 dynamic module. If it is built directly into the kernel, it 8 will only show up if it has a 9 will only show up if it has a version or at least one 9 parameter. 10 parameter. 10 11 11 Note: The conditions of creati 12 Note: The conditions of creation in the built-in case are not 12 by design and may be removed i 13 by design and may be removed in the future. 13 14 14 What: /sys/module/<MODULENAME>/param !! 15 /sys/module/MODULENAME/parameters 15 Description: << 16 This directory contains indivi 16 This directory contains individual files that are each 17 individual parameters of the m 17 individual parameters of the module that are able to be 18 changed at runtime. See the i 18 changed at runtime. See the individual module 19 documentation as to the conten 19 documentation as to the contents of these parameters and 20 what they accomplish. 20 what they accomplish. 21 21 22 Note: The individual parameter 22 Note: The individual parameter names and values are not 23 considered stable, only the fa 23 considered stable, only the fact that they will be 24 placed in this location within 24 placed in this location within sysfs. See the 25 individual driver documentatio 25 individual driver documentation for details as to the 26 stability of the different par 26 stability of the different parameters. 27 27 28 What: /sys/module/<MODULENAME>/refcn !! 28 /sys/module/MODULENAME/refcnt 29 Description: << 30 If the module is able to be un 29 If the module is able to be unloaded from the kernel, this file 31 will contain the current refer 30 will contain the current reference count of the module. 32 31 33 Note: If the module is built i 32 Note: If the module is built into the kernel, or if the 34 CONFIG_MODULE_UNLOAD kernel co 33 CONFIG_MODULE_UNLOAD kernel configuration value is not enabled, 35 this file will not be present. 34 this file will not be present. 36 << 37 What: /sys/module/<MODULENAME>/srcve << 38 Date: Jun 2005 << 39 Description: << 40 If the module source has MODUL << 41 the checksum of the source cod << 42 << 43 What: /sys/module/<MODULENAME>/versi << 44 Date: Jun 2005 << 45 Description: << 46 If the module source has MODUL << 47 the version of the source code <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.