Home
last modified time | relevance | path

Searched refs:css_next_child (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/linux/
H A Dcgroup.h145 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos,
182 for ((pos) = css_next_child(NULL, (parent)); (pos); \
183 (pos) = css_next_child((pos), (parent)))
/linux-6.15/kernel/cgroup/
H A Dcgroup.c1809 if (css_next_child(NULL, cgroup_css(&ss->root->cgrp, ss)) && in rebind_subsystems()
4614 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos, in css_next_child() function
4696 next = css_next_child(NULL, pos); in css_next_descendant_pre()
4702 next = css_next_child(pos, pos->parent); in css_next_descendant_pre()
4751 pos = css_next_child(NULL, pos); in css_leftmost_descendant()
4796 next = css_next_child(pos, pos->parent); in css_next_descendant_post()