Searched refs:subtree_control (Results 1 – 7 of 7) sorted by relevance
19 echo $verb$subsys_ctrl >$sysfs/cgroup.subtree_control34 if ! echo +$subsys_ctrl >$sysfs/cgroup.subtree_control ; then39 if ! echo -$subsys_ctrl >$sysfs/cgroup.subtree_control ; then
71 echo +cpuset > cgroup.subtree_control1037 echo +cpuset > cgroup.subtree_control1129 echo +cpuset > cgroup.subtree_control
32 echo "+hugetlb +memory" >$CGROUP_ROOT/cgroup.subtree_control129 echo "+hugetlb +memory" >$CGROUP_ROOT/a/cgroup.subtree_control
42 echo "+hugetlb" >$cgroup_path/cgroup.subtree_control
420 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() argument1625 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 …]
260 cgroup_masks_read_one(seq, "subtree_control", cgrp->subtree_control); in cgroup_masks_read()
547 u32 subtree_control; member