Lines Matching refs:sched_domain
616 struct sched_domain *sd;
808 static inline struct sched_domain *highest_flag_domain(int cpu, int flag) in highest_flag_domain()
810 struct sched_domain *sd, *hsd = NULL; in highest_flag_domain()
821 static inline struct sched_domain *lowest_flag_domain(int cpu, int flag) in lowest_flag_domain()
823 struct sched_domain *sd; in lowest_flag_domain()
833 DECLARE_PER_CPU(struct sched_domain *, sd_llc);
836 DECLARE_PER_CPU(struct sched_domain *, sd_numa);
837 DECLARE_PER_CPU(struct sched_domain *, sd_busy);
838 DECLARE_PER_CPU(struct sched_domain *, sd_asym);
1251 extern void update_group_capacity(struct sched_domain *sd, int cpu);
1401 unsigned long arch_scale_freq_capacity(struct sched_domain *sd, int cpu) in arch_scale_freq_capacity()
1409 unsigned long arch_scale_cpu_capacity(struct sched_domain *sd, int cpu) in arch_scale_cpu_capacity()