Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcgroup_iter.c78 return css_next_descendant_pre(NULL, p->start_css); in cgroup_iter_seq_start()
111 return css_next_descendant_pre(curr, p->start_css); in cgroup_iter_seq_next()
343 kit->pos = css_next_descendant_pre(kit->pos, kit->start); in bpf_iter_css_next()
/linux/include/linux/
H A Dcgroup.h146 struct cgroup_subsys_state *css_next_descendant_pre(struct cgroup_subsys_state *pos,
241 for ((pos) = css_next_descendant_pre(NULL, (css)); (pos); \
242 (pos) = css_next_descendant_pre((pos), (css)))
/linux/kernel/cgroup/
H A Dcgroup.c4641 css_next_descendant_pre(struct cgroup_subsys_state *pos, in css_next_descendant_pre() function
4667 EXPORT_SYMBOL_GPL(css_next_descendant_pre);
/linux/mm/
H A Dmemcontrol.c1051 while ((css = css_next_descendant_pre(css, &root->css))) { in mem_cgroup_iter()