Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcgroup.h142 struct cgroup_subsys_state *css_next_descendant_pre(struct cgroup_subsys_state *pos,
238 for ((pos) = css_next_descendant_pre(NULL, (css)); (pos); \
239 (pos) = css_next_descendant_pre((pos), (css)))
/Linux-v5.4/kernel/cgroup/
Dcgroup.c4247 css_next_descendant_pre(struct cgroup_subsys_state *pos, in css_next_descendant_pre() function
4273 EXPORT_SYMBOL_GPL(css_next_descendant_pre);
/Linux-v5.4/mm/
Dmemcontrol.c1080 css = css_next_descendant_pre(css, &root->css); in mem_cgroup_iter()