Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/cgroups/
Dunified-hierarchy.txt15 2-2. cgroup.subtree_control
128 2-2. cgroup.subtree_control
130 All cgroups on unified hierarchy have a "cgroup.subtree_control" file
137 root's "cgroup.subtree_control" file determines which controllers are
142 Enabling a controller in a "cgroup.subtree_control" file declares that
160 "cgroup.subtree_control" file.
167 parent's "cgroup.subtree_control" file as only controllers enabled
176 all non-root "cgroup.subtree_control" files can only contain
177 controllers which are enabled in the parent's "cgroup.subtree_control"
226 have controllers enabled in their "cgroup.subtree_control" files.
[all …]
Dcgroups.txt608 "cgroup.subtree_control" but should remain enabled because other
/linux-4.1.27/kernel/
Dcgroup.c1072 unsigned int subtree_control) in cgroup_calc_child_subsys_mask() argument
1075 unsigned int cur_ss_mask = subtree_control; in cgroup_calc_child_subsys_mask()
1119 cgroup_calc_child_subsys_mask(cgrp, cgrp->subtree_control); in cgroup_refresh_child_subsys_mask()
1295 src_root->cgrp.subtree_control &= ~(1 << ssid); in rebind_subsystems()
1301 dst_root->cgrp.subtree_control |= 1 << ssid; in rebind_subsystems()
2577 cgroup_print_ss_mask(seq, cgroup_parent(cgrp)->subtree_control); in cgroup_controllers_show()
2586 cgroup_print_ss_mask(seq, cgrp->subtree_control); in cgroup_subtree_control_show()
2732 if (cgrp->subtree_control & (1 << ssid)) { in cgroup_subtree_control_write()
2740 !(cgroup_parent(cgrp)->subtree_control & (1 << ssid)))) { in cgroup_subtree_control_write()
2745 if (!(cgrp->subtree_control & (1 << ssid))) { in cgroup_subtree_control_write()
[all …]
/linux-4.1.27/include/linux/
Dcgroup-defs.h237 unsigned int subtree_control; member