Searched refs:old_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() local2780 old_ss = cgrp->child_subsys_mask; 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()2901 cgrp->child_subsys_mask = old_ss; in cgroup_subtree_control_write()