Searched refs:cgroup2 (Results 1 – 15 of 15) sorted by relevance
17 cgroup2=122 if [[ $cgroup2 ]]; then23 CGROUP_ROOT=$(mount -t cgroup2 | head -1 | awk '{print $3}')26 mount -t cgroup2 none $CGROUP_ROOT131 if [[ $cgroup2 ]]; then140 if [[ ! $cgroup2 ]]; then154 if [[ $cgroup2 ]]; then162 if [[ $cgroup2 ]]; then198 if [[ ! $cgroup2 ]]; then
20 cgroup2=127 if [[ $cgroup2 ]]; then28 cgroup_path=$(mount -t cgroup2 | head -1 | awk '{print $3}')31 mount -t cgroup2 none $cgroup_path46 if [[ $cgroup2 ]]; then
25 CGRP2_ROOT=$(find_mnt cgroup2)48 mount -t cgroup2 none $CGRP2_ROOT || return $?
83 mount -t cgroup2 none ${CGRP_MNT}
27 mount -t cgroup2 none /tmp/cgroupv2
6 mount -t cgroup2 none /tmp/cgroupv2
28 sysfs=`mount -t cgroup2 | head -1 | awk '{ print $3 }'`
23 CGROUP2=$(mount -t cgroup2 | head -1 | awk -e '{print $3}')
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
651 In kernels with cgroup support, cgroups (cgroup2 only) will1084 This option affects the ORIGINAL cgroup interface. The cgroup2 memory1087 If you're using cgroup2, say N.
146 # mount -t cgroup2 none $MOUNT_POINT148 cgroup2 filesystem has the magic number 0x63677270 ("cgrp"). All1025 WARNING: cgroup2 doesn't yet support control of realtime processes and2674 # mount -t cgroup2 none $MOUNT_POINT
578 the blacklisted controllers remain available in cgroup2.
4543 FIXTURE_VARIANT_ADD(layout3_fs, cgroup2) { in FIXTURE_VARIANT_ADD() argument