Lines Matching full:cpus
44 * @cpus: Cpumask covering the CPUs of the domain. It's here
49 * In case of CPU device, a "performance domain" represents a group of CPUs
50 * whose performance is scaled together. All CPUs of a performance domain
52 * a 1-to-1 mapping with CPUFreq policies. In case of other devices the @cpus
59 unsigned long cpus[]; member
78 #define em_span_cpus(em) (to_cpumask((em)->cpus))
86 * maximum CPUs in such domain to 64.
92 * limits to number of CPUs in the Perf. Domain.
107 * In such scenario, where there are 4 CPUs in the Perf. Domain the 'sum_util'
136 * In case of CPUs, the power is the one of a single CPU in the domain,
153 * In case of CPUs, the cost is the one of a single CPU in the domain.
208 * em_cpu_energy() - Estimates the energy consumed by the CPUs of a
211 * @max_util : highest utilization among CPUs of the domain
212 * @sum_util : sum of the utilization of all CPUs in the domain
220 * Return: the sum of the energy consumed by the CPUs of the domain assuming
242 cpu = cpumask_first(to_cpumask(pd->cpus)); in em_cpu_energy()
289 * Since all CPUs of the domain have the same micro-architecture, they in em_cpu_energy()
292 * all of its CPUs) can be factorized as: in em_cpu_energy()