Searched refs:css_next_descendant_post (Results 1 – 3 of 3) sorted by relevance
80 return css_next_descendant_post(NULL, p->start_css); in cgroup_iter_seq_start()113 return css_next_descendant_post(curr, p->start_css); in cgroup_iter_seq_next()
150 struct cgroup_subsys_state *css_next_descendant_post(struct cgroup_subsys_state *pos,265 for ((pos) = css_next_descendant_post(NULL, (css)); (pos); \266 (pos) = css_next_descendant_post((pos), (css)))
4679 css_next_descendant_post(struct cgroup_subsys_state *pos, in css_next_descendant_post() function