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