Searched refs:css_next_child (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/ |
D | cgroup.h | 345 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/ |
D | cgroup.c | 1231 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/ |
D | memcontrol.c | 3025 ret = css_next_child(NULL, &memcg->css); in memcg_has_children()
|