Module cpu

Source
Expand description

This module contains the implementation of the cpu cgroup subsystem.

See the Kernel’s documentation for more information about this subsystem, found at: Documentation/scheduler/sched-design-CFS.txt paragraph 7 (“GROUP SCHEDULER EXTENSIONS TO CFS”).

Structs§

Cpu
The current state of the control group and its processes.
CpuController
A controller that allows controlling the cpu subsystem of a Cgroup.