Expand description
Cell manager for userspace-driven cell creation.
This module implements the --cell-parent-cgroup mode where cells are created
for direct child cgroups of a specified parent. Uses inotify to watch for
cgroup creation/destruction and manages cell ID allocation.
Structsยง
- Cell
Info - Information about a cell created for a cgroup
- Cell
Manager - Manages cells for direct child cgroups of a specified parent
- CpuAssignment
- Result of CPU assignment computation, containing both primary and optional borrowable masks.
- CpuManager ๐
- Generic CPU allocator over a fixed domain of CPUs.
- CpuMinimum ๐
- Minimum primary-CPU constraints for a partitioning recipient.
- CpuRecipient ๐
- Generic allocation input for a CPU partitioning recipient.
Functionsยง
- cgroup_
root_ ๐relative - Strip the cgroup mount prefix from a stored cell path, yielding the
root-relative cgroup path (e.g.
/sys/fs/cgroup/a/b->/a/b). - read_
dir_ ๐sorted