Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcgroup.h117 struct cgroup_subsys_state *css_next_descendant_pre(struct cgroup_subsys_state *pos,
212 for ((pos) = css_next_descendant_pre(NULL, (css)); (pos); \
213 (pos) = css_next_descendant_pre((pos), (css)))
/linux-4.4.14/mm/
Dmemcontrol.c927 css = css_next_descendant_pre(css, &root->css); in mem_cgroup_iter()
/linux-4.4.14/kernel/
Dcgroup.c3732 css_next_descendant_pre(struct cgroup_subsys_state *pos, in css_next_descendant_pre() function