Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcgroup.h115 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos,
152 for ((pos) = css_next_child(NULL, (parent)); (pos); \
153 (pos) = css_next_child((pos), (parent)))
/linux-4.4.14/kernel/
Dcgroup.c1488 if (css_next_child(NULL, cgroup_css(&ss->root->cgrp, ss))) in rebind_subsystems()
3664 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos, in css_next_child() function
3744 next = css_next_child(NULL, pos); in css_next_descendant_pre()
3750 next = css_next_child(pos, pos->parent); in css_next_descendant_pre()
3797 pos = css_next_child(NULL, pos); in css_leftmost_descendant()
3842 next = css_next_child(pos, pos->parent); in css_next_descendant_post()
/linux-4.4.14/mm/
Dmemcontrol.c2729 ret = css_next_child(NULL, &memcg->css); in memcg_has_children()