Expand description
Global kernel info / tuning miscellaneous stuff
The files in this directory can be used to tune and monitor miscellaneous and general things in the operation of the Linux kernel.
Structs§
- Allowed
Functions - Flags representing allowed sysrq functions
- Build
Info - Represents a kernel build information
- Semaphore
Limits - Represents the data from
/proc/sys/kernel/sem
- Type
- Represents a kernel type
- Version
- Represents a kernel version, in major.minor.release version.
Enums§
- SysRq
- Values controlling functions allowed to be invoked by the SysRq key
Constants§
- THREADS_
MAX - The maximum value that can be written to
/proc/sys/kernel/threads-max
on Linux 4.1 or later - THREADS_
MIN - The minimum value that can be written to
/proc/sys/kernel/threads-max
on Linux 4.1 or later