Searched refs:css_next_descendant_post (Results 1 – 3 of 3) sorted by relevance
81 return css_next_descendant_post(NULL, p->start_css); in cgroup_iter_seq_start() 116 return css_next_descendant_post(curr, p->start_css); in cgroup_iter_seq_next() 359 kit->pos = css_next_descendant_post(kit->pos, kit->start);
159 struct cgroup_subsys_state *css_next_descendant_post(struct cgroup_subsys_state *pos,274 for ((pos) = css_next_descendant_post(NULL, (css)); (pos); \275 (pos) = css_next_descendant_post((pos), (css)))
4911 css_next_descendant_post(struct cgroup_subsys_state *pos, in css_next_descendant_post() function