Home
last modified time | relevance | path

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

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