Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Denergy_model.h79 static inline unsigned long em_pd_energy(struct em_perf_domain *pd, in em_pd_energy() function
176 static inline unsigned long em_pd_energy(struct em_perf_domain *pd, in em_pd_energy() function
/Linux-v5.4/Documentation/power/
Denergy-model.rst28 | | em_pd_energy() |
93 em_pd_energy() API. The estimation is performed assuming that the schedutil
/Linux-v5.4/Documentation/scheduler/
Dsched-energy.rst144 'simulate' the task migration. The EM framework provides the em_pd_energy() API
/Linux-v5.4/kernel/sched/
Dfair.c6292 return em_pd_energy(pd->em_pd, max_util, sum_util); in compute_energy()