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

/linux-master/include/linux/
H A Dcgroup.h144 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos,
181 for ((pos) = css_next_child(NULL, (parent)); (pos); \
182 (pos) = css_next_child((pos), (parent)))
/linux-master/kernel/cgroup/
H A Dcgroup.c1793 if (css_next_child(NULL, cgroup_css(&ss->root->cgrp, ss)) &&
4509 * css_next_child - find the next child of a given css
4525 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos, function
4606 next = css_next_child(NULL, pos);
4612 next = css_next_child(pos, pos->parent);
4660 pos = css_next_child(NULL, pos);
4705 next = css_next_child(pos, pos->parent);

Completed in 229 milliseconds