Home
last modified time | relevance | path

Searched refs:cgroup2 (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/tools/testing/selftests/mm/
H A Dhugetlb_reparenting_test.sh17 cgroup2=1
22 if [[ $cgroup2 ]]; then
23 CGROUP_ROOT=$(mount -t cgroup2 | head -1 | awk '{print $3}')
26 mount -t cgroup2 none $CGROUP_ROOT
131 if [[ $cgroup2 ]]; then
140 if [[ ! $cgroup2 ]]; then
154 if [[ $cgroup2 ]]; then
162 if [[ $cgroup2 ]]; then
198 if [[ ! $cgroup2 ]]; then
H A Dcharge_reserved_hugetlb.sh20 cgroup2=1
27 if [[ $cgroup2 ]]; then
28 cgroup_path=$(mount -t cgroup2 | head -1 | awk '{print $3}')
31 mount -t cgroup2 none $cgroup_path
46 if [[ $cgroup2 ]]; then
/openbmc/linux/samples/bpf/
H A Dtest_cgrp2_tc.sh25 CGRP2_ROOT=$(find_mnt cgroup2)
48 mount -t cgroup2 none $CGRP2_ROOT || return $?
H A Dtest_cgrp2_sock.sh83 mount -t cgroup2 none ${CGRP_MNT}
H A Dtest_cgrp2_sock2.sh27 mount -t cgroup2 none /tmp/cgroupv2
H A Dtcp_bpf.readme6 mount -t cgroup2 none /tmp/cgroupv2
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dwith_stress.sh28 sysfs=`mount -t cgroup2 | head -1 | awk '{ print $3 }'`
H A Dtest_cpuset_prs.sh23 CGROUP2=$(mount -t cgroup2 | head -1 | awk -e '{print $3}')
/openbmc/linux/Documentation/translations/zh_CN/accounting/
H A Dpsi.rst151 对于CONFIG_CGROUP=y及挂载了cgroup2文件系统的系统,能够获取cgroups内任务的psi。
/openbmc/linux/Documentation/admin-guide/mm/
H A Dshrinker_debugfs.rst35 sb-cgroup2-30 sb-proc-39 sb-tmpfs-27 xfs-buf:vda1-37
/openbmc/linux/Documentation/accounting/
H A Dpsi.rst181 In a system with a CONFIG_CGROUPS=y kernel and the cgroup2 filesystem
/openbmc/linux/init/
H A DKconfig651 In kernels with cgroup support, cgroups (cgroup2 only) will
1084 This option affects the ORIGINAL cgroup interface. The cgroup2 memory
1087 If you're using cgroup2, say N.
/openbmc/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst146 # mount -t cgroup2 none $MOUNT_POINT
148 cgroup2 filesystem has the magic number 0x63677270 ("cgrp"). All
1025 WARNING: cgroup2 doesn't yet support control of realtime processes and
2674 # mount -t cgroup2 none $MOUNT_POINT
H A Dkernel-parameters.txt578 the blacklisted controllers remain available in cgroup2.
/openbmc/linux/tools/testing/selftests/landlock/
H A Dfs_test.c4543 FIXTURE_VARIANT_ADD(layout3_fs, cgroup2) { in FIXTURE_VARIANT_ADD() argument