Searched refs:css_next_descendant_pre (Results 1 – 3 of 3) sorted by relevance
373 css_next_descendant_pre(struct cgroup_subsys_state *pos,436 for ((pos) = css_next_descendant_pre(NULL, (css)); (pos); \437 (pos) = css_next_descendant_pre((pos), (css)))
3434 css_next_descendant_pre(struct cgroup_subsys_state *pos, in css_next_descendant_pre() function
1058 css = css_next_descendant_pre(css, &root->css); in mem_cgroup_iter()