Searched refs:css_next_child (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/include/linux/ |
| D | cgroup.h | 145 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-v6.6/kernel/cgroup/ |
| D | cgroup.c | 1774 if (css_next_child(NULL, cgroup_css(&ss->root->cgrp, ss)) && in rebind_subsystems() 4523 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos, in css_next_child() function 4604 next = css_next_child(NULL, pos); in css_next_descendant_pre() 4610 next = css_next_child(pos, pos->parent); in css_next_descendant_pre() 4658 pos = css_next_child(NULL, pos); in css_leftmost_descendant() 4703 next = css_next_child(pos, pos->parent); in css_next_descendant_post()
|