Home
last modified time | relevance | path

Searched refs:CGROUP_ROOT (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/testing/selftests/mm/
Dhugetlb_reparenting_test.sh24 CGROUP_ROOT=$(mount -t cgroup2 | head -1 | awk '{print $3}')
25 if [[ -z "$CGROUP_ROOT" ]]; then
26 CGROUP_ROOT=/dev/cgroup/memory
27 mount -t cgroup2 none $CGROUP_ROOT
30 echo "+hugetlb +memory" >$CGROUP_ROOT/cgroup.subtree_control
32 CGROUP_ROOT=$(mount -t cgroup | grep ",hugetlb" | awk '{print $3}')
33 if [[ -z "$CGROUP_ROOT" ]]; then
34 CGROUP_ROOT=/dev/cgroup/memory
35 mount -t cgroup memory,hugetlb $CGROUP_ROOT
56 rmdir "$CGROUP_ROOT"/a/b 2>/dev/null
[all …]
/linux-6.12.1/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst28 | **bpftool** **cgroup tree** [*CGROUP_ROOT*] [**effective**]
62 bpftool cgroup tree [*CGROUP_ROOT*] [effective]
63 Iterate over all cgroups in *CGROUP_ROOT* and list all attached programs.
64 If *CGROUP_ROOT* is not specified, bpftool uses cgroup v2 mountpoint.