Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcgroup.h131 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos,
168 for ((pos) = css_next_child(NULL, (parent)); (pos); \
169 (pos) = css_next_child((pos), (parent)))
/Linux-v4.19/kernel/cgroup/
Dcgroup.c1657 if (css_next_child(NULL, cgroup_css(&ss->root->cgrp, ss)) && in rebind_subsystems()
3868 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos, in css_next_child() function
3948 next = css_next_child(NULL, pos); in css_next_descendant_pre()
3954 next = css_next_child(pos, pos->parent); in css_next_descendant_pre()
4001 pos = css_next_child(NULL, pos); in css_leftmost_descendant()
4046 next = css_next_child(pos, pos->parent); in css_next_descendant_post()
/Linux-v4.19/mm/
Dmemcontrol.c2870 ret = css_next_child(NULL, &memcg->css); in memcg_has_children()