Lines Matching full:cpus
34 * @cpus: Cpumask covering the CPUs of the domain. It's here
39 * In case of CPU device, a "performance domain" represents a group of CPUs
40 * whose performance is scaled together. All CPUs of a performance domain
42 * a 1-to-1 mapping with CPUFreq policies. In case of other devices the @cpus
49 unsigned long cpus[]; member
52 #define em_span_cpus(em) (to_cpumask((em)->cpus))
87 * In case of CPUs, the power is the one of a single CPU in the domain,
106 * em_cpu_energy() - Estimates the energy consumed by the CPUs of a
109 * @max_util : highest utilization among CPUs of the domain
110 * @sum_util : sum of the utilization of all CPUs in the domain
116 * Return: the sum of the energy consumed by the CPUs of the domain assuming
134 cpu = cpumask_first(to_cpumask(pd->cpus)); in em_cpu_energy()
182 * Since all CPUs of the domain have the same micro-architecture, they in em_cpu_energy()
185 * all of its CPUs) can be factorized as: in em_cpu_energy()