Lines Matching full:cpus
32 * @cpus: Cpumask covering the CPUs of the domain. It's here
37 * In case of CPU device, a "performance domain" represents a group of CPUs
38 * whose performance is scaled together. All CPUs of a performance domain
40 * a 1-to-1 mapping with CPUFreq policies. In case of other devices the @cpus
46 unsigned long cpus[]; member
49 #define em_span_cpus(em) (to_cpumask((em)->cpus))
68 * In case of CPUs, the power is the one of a single CPU in the domain,
86 * em_cpu_energy() - Estimates the energy consumed by the CPUs of a
89 * @max_util : highest utilization among CPUs of the domain
90 * @sum_util : sum of the utilization of all CPUs in the domain
96 * Return: the sum of the energy consumed by the CPUs of the domain assuming
111 cpu = cpumask_first(to_cpumask(pd->cpus)); in em_cpu_energy()
159 * Since all CPUs of the domain have the same micro-architecture, they in em_cpu_energy()
162 * all of its CPUs) can be factorized as: in em_cpu_energy()