Home
last modified time | relevance | path

Searched refs:css_next_descendant_post (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dcgroup_iter.c80 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()
346 kit->pos = css_next_descendant_post(kit->pos, kit->start); in bpf_iter_css_next()
/linux/include/linux/
H A Dcgroup.h149 struct cgroup_subsys_state *css_next_descendant_post(struct cgroup_subsys_state *pos,
264 for ((pos) = css_next_descendant_post(NULL, (css)); (pos); \
265 (pos) = css_next_descendant_post((pos), (css)))
/linux/kernel/cgroup/
H A Dcgroup.c4737 css_next_descendant_post(struct cgroup_subsys_state *pos, in css_next_descendant_post() function