Searched refs:css_next_child (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | cgroup.h | 140 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos, 178 for ((pos) = css_next_child(NULL, (parent)); (pos); \ 179 (pos) = css_next_child((pos), (parent)))
|
| /Linux-v5.4/kernel/cgroup/ |
| D | cgroup.c | 1733 if (css_next_child(NULL, cgroup_css(&ss->root->cgrp, ss)) && in rebind_subsystems() 4179 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos, in css_next_child() function 4259 next = css_next_child(NULL, pos); in css_next_descendant_pre() 4265 next = css_next_child(pos, pos->parent); in css_next_descendant_pre() 4313 pos = css_next_child(NULL, pos); in css_leftmost_descendant() 4358 next = css_next_child(pos, pos->parent); in css_next_descendant_post()
|
| /Linux-v5.4/mm/ |
| D | memcontrol.c | 3252 ret = css_next_child(NULL, &memcg->css); in memcg_has_children()
|