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