Skip to main content

Module cgroup

Module cgroup 

Source
Expand description

Userspace helpers for the cgroup-related BPF libraries. Currently this covers lib/cgroup_bw (cpu.max); a scheduler that links it calls the helper below once between opening and loading its skeleton.

Constantsยง

CBW_CGRP_LLC_MAP ๐Ÿ”’
Per-(cgroup, LLC) context map defined in lib/cgroup_bw.bpf.c.
CBW_CGRP_MAP ๐Ÿ”’
Per-cgroup context map defined in lib/cgroup_bw.bpf.c.

Functionsยง

resize_cgroup_bw_llc_map
Size the cpu.max per-(cgroup, LLC) context map to the running system.