Searched refs:old_ss (Results 1 – 1 of 1) sorted by relevance
2972 unsigned long css_enable, css_disable, old_sc, new_sc, old_ss, new_ss; in cgroup_subtree_control_write() local3062 old_ss = cgrp->child_subsys_mask; in cgroup_subtree_control_write()3066 css_enable = ~old_ss & new_ss; in cgroup_subtree_control_write()3067 css_disable = old_ss & ~new_ss; in cgroup_subtree_control_write()3181 cgrp->child_subsys_mask = old_ss; in cgroup_subtree_control_write()