Searched refs:css_next_descendant_pre (Results 1 – 4 of 4) sorted by relevance
150 struct cgroup_subsys_state *css_next_descendant_pre(struct cgroup_subsys_state *pos,245 for ((pos) = css_next_descendant_pre(NULL, (css)); (pos); \246 (pos) = css_next_descendant_pre((pos), (css)))
4353 css_next_descendant_pre(struct cgroup_subsys_state *pos, in css_next_descendant_pre() function4379 EXPORT_SYMBOL_GPL(css_next_descendant_pre);
1024 css_next_descendant_pre
1194 css = css_next_descendant_pre(css, &root->css); in mem_cgroup_iter()