Home
last modified time | relevance | path

Searched refs:subtree_control (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/cgroup/
A Dwith_stress.sh19 echo $verb$subsys_ctrl >$sysfs/cgroup.subtree_control
34 if ! echo +$subsys_ctrl >$sysfs/cgroup.subtree_control ; then
39 if ! echo -$subsys_ctrl >$sysfs/cgroup.subtree_control ; then
/linux/tools/testing/selftests/vm/
A Dhugetlb_reparenting_test.sh29 echo "+hugetlb +memory" >$CGROUP_ROOT/cgroup.subtree_control
127 echo "+hugetlb +memory" >$CGROUP_ROOT/a/cgroup.subtree_control
A Dcharge_reserved_hugetlb.sh38 echo "+hugetlb" >/dev/cgroup/memory/cgroup.subtree_control
/linux/kernel/cgroup/
A Dcgroup.c438 u16 ss_mask = parent->subtree_control; in cgroup_control()
1542 u16 cur_ss_mask = subtree_control; in cgroup_calc_subtree_ss_mask()
1820 dcgrp->subtree_control |= 1 << ssid; in rebind_subsystems()
2584 if (dst_cgrp->subtree_control) in cgroup_migrate_vet_dst()
3056 dsct->subtree_control &= cgroup_control(dsct); in cgroup_propagate_control()
3323 if (cgrp->subtree_control & (1 << ssid)) { in cgroup_subtree_control_write()
3333 if (!(cgrp->subtree_control & (1 << ssid))) { in cgroup_subtree_control_write()
3340 if (child->subtree_control & (1 << ssid)) { in cgroup_subtree_control_write()
3360 cgrp->subtree_control |= enable; in cgroup_subtree_control_write()
3361 cgrp->subtree_control &= ~disable; in cgroup_subtree_control_write()
[all …]
A Ddebug.c264 cgroup_masks_read_one(seq, "subtree_control", cgrp->subtree_control); in cgroup_masks_read()
/linux/include/linux/
A Dcgroup-defs.h420 u16 subtree_control; member
/linux/Documentation/admin-guide/
A Dcgroup-v2.rst328 "cgroup.subtree_control" file while there are processes in the cgroup.
396 disabled by writing to the "cgroup.subtree_control" file::
398 # echo "+cpu +memory -io" > cgroup.subtree_control
433 parent. This means that all non-root "cgroup.subtree_control" files
435 "cgroup.subtree_control" file. A controller can be enabled only if
446 controllers enabled in their "cgroup.subtree_control" files.
462 enabled controller in the cgroup's "cgroup.subtree_control". This is
466 children before enabling controllers in its "cgroup.subtree_control"
478 "cgroup.threads" and "cgroup.subtree_control" files to the user.
487 "cgroup.subtree_control" on a namespace root from inside the
[all …]
/linux/Documentation/admin-guide/cgroup-v1/
A Dcgroups.rst619 "cgroup.subtree_control" but should remain enabled because other

Completed in 24 milliseconds