Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcpuset-internal.h260 * @root_cs: target cpuset to walk ancestor of
262 * Walk @des_cs through the online descendants of @root_cs. Must be used
264 * css_rightmost_descendant() to skip subtree. @root_cs is included in the
267 #define cpuset_for_each_descendant_pre(des_cs, pos_css, root_cs) \ argument
268 css_for_each_descendant_pre((pos_css), &(root_cs)->css) \
H A Dcpuset.c684 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()