root_cs           296 kernel/cgroup/cpuset.c #define cpuset_for_each_descendant_pre(des_cs, pos_css, root_cs)	\
root_cs           297 kernel/cgroup/cpuset.c 	css_for_each_descendant_pre((pos_css), &(root_cs)->css)		\
root_cs           654 kernel/cgroup/cpuset.c 				    struct cpuset *root_cs)
root_cs           660 kernel/cgroup/cpuset.c 	cpuset_for_each_descendant_pre(cp, pos_css, root_cs) {