Module kernel

Source
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§

AllowedFunctions
Flags representing allowed sysrq functions
BuildInfo
Represents a kernel build information
SemaphoreLimits
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