Lines Matching defs:cpus
116 struct cpumask cpus;
122 int efficiency; /* Differentiate cpus with different IPC capability */
371 static inline void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus)
374 __dl_update(dl_b, (s32)tsk_bw / cpus);
377 static inline void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus)
380 __dl_update(dl_b, -((s32)tsk_bw / cpus));
873 /* Indicate one or more cpus over-utilized (tipping point) */
1450 extern int sched_numa_find_closest(const struct cpumask *cpus, int cpu);
1461 static inline int sched_numa_find_closest(const struct cpumask *cpus, int cpu)
2711 #define perf_domain_span(pd) (to_cpumask(((pd)->em_pd->cpus)))
2787 return cpumask_first(&cluster->cpus);
2820 /* Is frequency of two cpus synchronized with each other? */