Searched refs:css_next_child (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | cgroup.h | 154 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos, 191 for ((pos) = css_next_child(NULL, (parent)); (pos); \ 192 (pos) = css_next_child((pos), (parent)))
|
| /linux/kernel/cgroup/ |
| H A D | cgroup.c | 1869 if (css_next_child(NULL, cgroup_css(&ss->root->cgrp, ss)) && in rebind_subsystems() 4746 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos, in css_next_child() function 4828 next = css_next_child(NULL, pos); in css_next_descendant_pre() 4834 next = css_next_child(pos, pos->parent); in css_next_descendant_pre() 4883 pos = css_next_child(NULL, pos); in css_leftmost_descendant() 4928 next = css_next_child(pos, pos->parent); in css_next_descendant_post()
|