Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/include/linux/
H A Dcgroup.h150 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)))
/linux-6.15/kernel/cgroup/
H A Dcgroup.c4780 css_next_descendant_post(struct cgroup_subsys_state *pos, in css_next_descendant_post() function