Lines Matching refs:sd
1060 struct sched_domain __rcu *sd; member
1806 for (__sd = rcu_dereference_check_sched_domain(cpu_rq(cpu)->sd); \
1820 struct sched_domain *sd, *hsd = NULL; in highest_flag_domain() local
1822 for_each_domain(cpu, sd) { in highest_flag_domain()
1823 if (!(sd->flags & flag)) in highest_flag_domain()
1825 hsd = sd; in highest_flag_domain()
1833 struct sched_domain *sd; in lowest_flag_domain() local
1835 for_each_domain(cpu, sd) { in lowest_flag_domain()
1836 if (sd->flags & flag) in lowest_flag_domain()
1840 return sd; in lowest_flag_domain()
2333 extern void update_group_capacity(struct sched_domain *sd, int cpu);