Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcgroup.h440 css_next_descendant_post(struct cgroup_subsys_state *pos,
463 for ((pos) = css_next_descendant_post(NULL, (css)); (pos); \
464 (pos) = css_next_descendant_post((pos), (css)))
/linux-4.1.27/kernel/
Dcgroup.c3528 css_next_descendant_post(struct cgroup_subsys_state *pos, in css_next_descendant_post() function