Searched refs:new_ss (Results 1 – 1 of 1) sorted by relevance
2692 unsigned int css_enable, css_disable, old_sc, new_sc, old_ss, new_ss; in cgroup_subtree_control_write() local2782 new_ss = cgroup_calc_child_subsys_mask(cgrp, new_sc); in cgroup_subtree_control_write()2784 css_enable = ~old_ss & new_ss; in cgroup_subtree_control_write()2785 css_disable = old_ss & ~new_ss; in cgroup_subtree_control_write()2818 cgrp->child_subsys_mask = new_ss; in cgroup_subtree_control_write()