Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dcgroup.h143 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos,
180 for ((pos) = css_next_child(NULL, (parent)); (pos); \
181 (pos) = css_next_child((pos), (parent)))
/Linux-v5.15/kernel/cgroup/
Dcgroup.c1752 if (css_next_child(NULL, cgroup_css(&ss->root->cgrp, ss)) && in rebind_subsystems()
4258 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos, in css_next_child() function
4339 next = css_next_child(NULL, pos); in css_next_descendant_pre()
4345 next = css_next_child(pos, pos->parent); in css_next_descendant_pre()
4393 pos = css_next_child(NULL, pos); in css_leftmost_descendant()
4438 next = css_next_child(pos, pos->parent); in css_next_descendant_post()