Searched refs:css_next_child (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/include/linux/ |
D | cgroup.h | 146 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos, 183 for ((pos) = css_next_child(NULL, (parent)); (pos); \ 184 (pos) = css_next_child((pos), (parent)))
|
/Linux-v6.1/kernel/cgroup/ |
D | cgroup.c | 1796 if (css_next_child(NULL, cgroup_css(&ss->root->cgrp, ss)) && in rebind_subsystems() 4514 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos, in css_next_child() function 4595 next = css_next_child(NULL, pos); in css_next_descendant_pre() 4601 next = css_next_child(pos, pos->parent); in css_next_descendant_pre() 4649 pos = css_next_child(NULL, pos); in css_leftmost_descendant() 4694 next = css_next_child(pos, pos->parent); in css_next_descendant_post()
|