Searched refs:this_css (Results 1 – 1 of 1) sorted by relevance
3173 struct cgroup_subsys_state *this_css = cgroup_css(cgrp, ss); in cgroup_subtree_control_write() local3176 if (!ss->css_e_css_changed || !this_css) in cgroup_subtree_control_write()3179 css_for_each_descendant_pre(css, this_css) in cgroup_subtree_control_write()3180 if (css != this_css) in cgroup_subtree_control_write()