Home
last modified time | relevance | path

Searched refs:sum_util (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Denergy_model.h80 unsigned long max_util, unsigned long sum_util) in em_pd_energy() argument
148 return cs->cost * sum_util / scale_cpu; in em_pd_energy()
177 unsigned long max_util, unsigned long sum_util) in em_pd_energy() argument
/Linux-v5.4/kernel/sched/
Dfair.c6255 unsigned long max_util = 0, sum_util = 0; in compute_energy() local
6277 sum_util += schedutil_cpu_util(cpu, util_cfs, cpu_cap, in compute_energy()
6292 return em_pd_energy(pd->em_pd, max_util, sum_util); in compute_energy()