Searched refs:css_next_descendant_pre (Results 1 – 4 of 4) sorted by relevance
78 return css_next_descendant_pre(NULL, p->start_css); in cgroup_iter_seq_start()111 return css_next_descendant_pre(curr, p->start_css); in cgroup_iter_seq_next()
147 struct cgroup_subsys_state *css_next_descendant_pre(struct cgroup_subsys_state *pos,242 for ((pos) = css_next_descendant_pre(NULL, (css)); (pos); \243 (pos) = css_next_descendant_pre((pos), (css)))
4589 css_next_descendant_pre(struct cgroup_subsys_state *pos, in css_next_descendant_pre() function4615 EXPORT_SYMBOL_GPL(css_next_descendant_pre);
1155 css = css_next_descendant_pre(css, &root->css); in mem_cgroup_iter()