Searched refs:subtree_control (Results 1 – 9 of 9) 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_control452 SFILE=$CGRP/cgroup.subtree_control898 echo +cpuset > cgroup.subtree_control
30 echo "+hugetlb +memory" >$CGROUP_ROOT/cgroup.subtree_control133 echo "+hugetlb +memory" >$CGROUP_ROOT/a/cgroup.subtree_control
36 echo "+hugetlb" >$cgroup_path/cgroup.subtree_control
445 u16 ss_mask = parent->subtree_control; in cgroup_control()1568 u16 cur_ss_mask = subtree_control; in cgroup_calc_subtree_ss_mask()1878 dcgrp->subtree_control |= 1 << ssid; in rebind_subsystems()2686 if (dst_cgrp->subtree_control) in cgroup_migrate_vet_dst()3172 dsct->subtree_control &= cgroup_control(dsct); in cgroup_propagate_control()3435 if (cgrp->subtree_control & (1 << ssid)) { in cgroup_subtree_control_write()3445 if (!(cgrp->subtree_control & (1 << ssid))) { in cgroup_subtree_control_write()3452 if (child->subtree_control & (1 << ssid)) { in cgroup_subtree_control_write()3472 cgrp->subtree_control |= enable; in cgroup_subtree_control_write()3473 cgrp->subtree_control &= ~disable; in cgroup_subtree_control_write()[all …]
264 cgroup_masks_read_one(seq, "subtree_control", cgrp->subtree_control); in cgroup_masks_read()
477 u16 subtree_control; member
372 "cgroup.subtree_control" file while there are processes in the cgroup.447 disabled by writing to the "cgroup.subtree_control" file::449 # echo "+cpu +memory -io" > cgroup.subtree_control484 parent. This means that all non-root "cgroup.subtree_control" files486 "cgroup.subtree_control" file. A controller can be enabled only if497 controllers enabled in their "cgroup.subtree_control" files.513 enabled controller in the cgroup's "cgroup.subtree_control". This is517 children before enabling controllers in its "cgroup.subtree_control"529 "cgroup.threads" and "cgroup.subtree_control" files to the user.541 "cgroup.procs", "cgroup.threads", "cgroup.subtree_control", etc.).[all …]
621 "cgroup.subtree_control" but should remain enabled because other
Completed in 33 milliseconds