Searched refs:energy (Results 1 – 4 of 4) sorted by relevance
150 scheduling-clock interrupts for energy-efficiency reasons will182 parameter), thus improving energy efficiency. On the other186 Say Y if energy efficiency is critically important, and you239 callback invocation to energy-efficient CPUs in battery-powered
167 Enable functionality allowing I/O devices to be put into energy-saving327 can leverage information about the energy consumed by devices to329 from which subsystems can access the energy models.331 The exact usage of the energy model is subsystem-dependent.
105 This is usually interesting for energy saving.
6903 unsigned long energy = 0; in compute_energy() local6960 trace_android_vh_em_cpu_energy(pd->em_pd, max_util, sum_util, &energy); in compute_energy()6961 if (!energy) in compute_energy()6962 energy = em_cpu_energy(pd->em_pd, max_util, sum_util, _cpu_cap); in compute_energy()6964 return energy; in compute_energy()