Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcgroup.h150 struct cgroup_subsys_state *css_next_descendant_pre(struct cgroup_subsys_state *pos,
245 for ((pos) = css_next_descendant_pre(NULL, (css)); (pos); \
246 (pos) = css_next_descendant_pre((pos), (css)))
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup.c4353 css_next_descendant_pre(struct cgroup_subsys_state *pos, in css_next_descendant_pre() function
4379 EXPORT_SYMBOL_GPL(css_next_descendant_pre);
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_galaxy1024 css_next_descendant_pre
/OK3568_Linux_fs/kernel/mm/
H A Dmemcontrol.c1194 css = css_next_descendant_pre(css, &root->css); in mem_cgroup_iter()