Searched refs:cgroup2 (Results 1 – 12 of 12) sorted by relevance
18 cgroup2=123 if [[ $cgroup2 ]]; then24 CGROUP_ROOT=$(mount -t cgroup2 | head -1 | awk '{print $3}')27 mount -t cgroup2 none $CGROUP_ROOT122 if [[ $cgroup2 ]]; then131 if [[ ! $cgroup2 ]]; then145 if [[ $cgroup2 ]]; then153 if [[ $cgroup2 ]]; then187 if [[ ! $cgroup2 ]]; then
22 cgroup2=129 if [[ $cgroup2 ]]; then30 cgroup_path=$(mount -t cgroup2 | head -1 | awk '{print $3}')33 mount -t cgroup2 none $cgroup_path48 if [[ $cgroup2 ]]; then
28 sysfs=`mount -t cgroup2 | head -1 | awk '{ print $3 }'`
23 CGROUP2=$(mount -t cgroup2 | head -1 | awk -e '{print $3}')
6 mount -t cgroup2 none /tmp/cgroupv2
151 对于CONFIG_CGROUP=y及挂载了cgroup2文件系统的系统,能够获取cgroups内任务的psi。
35 sb-cgroup2-30 sb-proc-39 sb-tmpfs-27 xfs-buf:vda1-37
181 In a system with a CONFIG_CGROUPS=y kernel and the cgroup2 filesystem
708 In kernels with cgroup support, cgroups (cgroup2 only) will1232 This option affects the ORIGINAL cgroup interface. The cgroup2 memory1235 If you're using cgroup2, say N.
153 # mount -t cgroup2 none $MOUNT_POINT155 cgroup2 filesystem has the magic number 0x63677270 ("cgrp"). All1112 WARNING: cgroup2 cpu controller doesn't yet support the (bandwidth) control of3116 # mount -t cgroup2 none $MOUNT_POINT
747 the blacklisted controllers remain available in cgroup2.
6816 FIXTURE_VARIANT_ADD(layout3_fs, cgroup2) { in FIXTURE_VARIANT_ADD() argument