Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcgroup.c4794 css_next_descendant_pre(struct cgroup_subsys_state *pos, in css_next_descendant_pre() function
4820 EXPORT_SYMBOL_GPL(css_next_descendant_pre);
/linux/kernel/sched/
H A Dext.c812 iter->css_pos = css_next_descendant_pre(NULL, &iter->cgrp->self); in __scx_task_iter_maybe_relock()
911 iter->css_pos = css_next_descendant_pre(iter->css_pos, in scx_task_iter_next_locked()
/linux/mm/
H A Dmemcontrol.c1254 while ((css = css_next_descendant_pre(css, &root->css))) { in mem_cgroup_iter()