Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H 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
H A Dtest_cpuset_prs.sh71 echo +cpuset > cgroup.subtree_control
1037 echo +cpuset > cgroup.subtree_control
1129 echo +cpuset > cgroup.subtree_control
/linux/tools/testing/selftests/mm/
H A Dhugetlb_reparenting_test.sh32 echo "+hugetlb +memory" >$CGROUP_ROOT/cgroup.subtree_control
129 echo "+hugetlb +memory" >$CGROUP_ROOT/a/cgroup.subtree_control
H A Dcharge_reserved_hugetlb.sh42 echo "+hugetlb" >$cgroup_path/cgroup.subtree_control
/linux/kernel/cgroup/
H A Dcgroup.c420 if (cgrp->subtree_control & ~cgrp_dfl_threaded_ss_mask) in cgroup_can_be_thread_root()
442 (cgrp->subtree_control & cgrp_dfl_threaded_ss_mask)) in cgroup_is_thread_root()
473 u32 ss_mask = parent->subtree_control; in cgroup_control()
1623 static u32 cgroup_calc_subtree_ss_mask(u32 subtree_control, u32 this_ss_mask) in cgroup_calc_subtree_ss_mask() argument
1625 u32 cur_ss_mask = subtree_control; in cgroup_calc_subtree_ss_mask()
1939 dcgrp->subtree_control |= 1 << ssid; in rebind_subsystems()
2888 if (dst_cgrp->subtree_control) in cgroup_migrate_vet_dst()
3236 cgroup_print_ss_mask(seq, cgrp->subtree_control); in cgroup_subtree_control_show()
3373 dsct->old_subtree_control = dsct->subtree_control; in cgroup_save_control()
3393 dsct->subtree_control &= cgroup_control(dsct); in cgroup_propagate_control()
[all …]
H A Ddebug.c260 cgroup_masks_read_one(seq, "subtree_control", cgrp->subtree_control); in cgroup_masks_read()
/linux/include/linux/
H A Dcgroup-defs.h547 u32 subtree_control; member