Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcgroup.h345 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos,
369 for ((pos) = css_next_child(NULL, (parent)); (pos); \
370 (pos) = css_next_child((pos), (parent)))
/linux-4.1.27/kernel/
Dcgroup.c1231 if (css_next_child(NULL, cgroup_css(&ss->root->cgrp, ss))) in rebind_subsystems()
3366 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos, in css_next_child() function
3446 next = css_next_child(NULL, pos); in css_next_descendant_pre()
3452 next = css_next_child(pos, pos->parent); in css_next_descendant_pre()
3499 pos = css_next_child(NULL, pos); in css_leftmost_descendant()
3544 next = css_next_child(pos, pos->parent); in css_next_descendant_post()
/linux-4.1.27/mm/
Dmemcontrol.c3025 ret = css_next_child(NULL, &memcg->css); in memcg_has_children()