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.
Functionsยง
- compute_
targets ๐ - Compute the global target CPU count for each cell.
- distribute_
cpus_ ๐proportional - Distribute CPUs among recipients proportionally by weight.