Lines Matching refs:sched_domain
615 struct sched_domain *sd;
791 static inline struct sched_domain *highest_flag_domain(int cpu, int flag) in highest_flag_domain()
793 struct sched_domain *sd, *hsd = NULL; in highest_flag_domain()
804 static inline struct sched_domain *lowest_flag_domain(int cpu, int flag) in lowest_flag_domain()
806 struct sched_domain *sd; in lowest_flag_domain()
816 DECLARE_PER_CPU(struct sched_domain *, sd_llc);
819 DECLARE_PER_CPU(struct sched_domain *, sd_numa);
820 DECLARE_PER_CPU(struct sched_domain *, sd_busy);
821 DECLARE_PER_CPU(struct sched_domain *, sd_asym);
1243 extern void update_group_capacity(struct sched_domain *sd, int cpu);
1394 unsigned long arch_scale_freq_capacity(struct sched_domain *sd, int cpu) in arch_scale_freq_capacity()