Home
last modified time | relevance | path

Searched refs:energy (Results 1 – 4 of 4) sorted by relevance

/kernel/rcu/
DKconfig150 scheduling-clock interrupts for energy-efficiency reasons will
182 parameter), thus improving energy efficiency. On the other
186 Say Y if energy efficiency is critically important, and you
239 callback invocation to energy-efficient CPUs in battery-powered
/kernel/power/
DKconfig167 Enable functionality allowing I/O devices to be put into energy-saving
327 can leverage information about the energy consumed by devices to
329 from which subsystems can access the energy models.
331 The exact usage of the energy model is subsystem-dependent.
/kernel/time/
DKconfig105 This is usually interesting for energy saving.
/kernel/sched/
Dfair.c6903 unsigned long energy = 0; in compute_energy() local
6960 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()