Searched refs:parent_cs (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/cgroup/
H A Dcpuset.c257 static inline struct cpuset *parent_cs(struct cpuset *cs) function
373 * @parent_cs: target cpuset to walk children of
375 * Walk @child_cs through the online children of @parent_cs. Must be used
378 #define cpuset_for_each_child(child_cs, pos_css, parent_cs) \
379 css_for_each_child((pos_css), &(parent_cs)->css) \
544 cs = parent_cs(cs);
576 cs = parent_cs(cs);
763 par = parent_cs(cur);
809 par = parent_cs(cur);
1377 new_lb = is_sched_load_balance(parent_cs(c
[all...]

Completed in 97 milliseconds