Searched refs:new_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() local3064 new_ss = cgroup_calc_child_subsys_mask(cgrp, new_sc); 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()3097 cgrp->child_subsys_mask = new_ss; in cgroup_subtree_control_write()