Home
last modified time | relevance | path

Searched refs:css_next_descendant_post (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dcgroup.h153 struct cgroup_subsys_state *css_next_descendant_post(struct cgroup_subsys_state *pos,
268 for ((pos) = css_next_descendant_post(NULL, (css)); (pos); \
269 (pos) = css_next_descendant_post((pos), (css)))
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup.c4448 css_next_descendant_post(struct cgroup_subsys_state *pos, in css_next_descendant_post() function