Searched refs:root_cs (Results 1 – 2 of 2) sorted by relevance
260 * @root_cs: target cpuset to walk ancestor of262 * Walk @des_cs through the online descendants of @root_cs. Must be used264 * css_rightmost_descendant() to skip subtree. @root_cs is included in the267 #define cpuset_for_each_descendant_pre(des_cs, pos_css, root_cs) \ argument 268 css_for_each_descendant_pre((pos_css), &(root_cs)->css) \
684 struct cpuset *root_cs) in update_domain_attr_tree() argument 690 cpuset_for_each_descendant_pre(cp, pos_css, root_cs) { in update_domain_attr_tree()