Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
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()
/linux-6.6.21/include/linux/
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.6.21/kernel/cgroup/
Dcgroup.c4679 css_next_descendant_post(struct cgroup_subsys_state *pos, in css_next_descendant_post() function