Home
last modified time | relevance | path

Searched refs:map_util_freq (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/sched/
Dcpufreq.h26 static inline unsigned long map_util_freq(unsigned long util, in map_util_freq() function
/Linux-v5.10/include/linux/
Denergy_model.h114 freq = map_util_freq(max_util, ps->frequency, scale_cpu); in em_cpu_energy()
/Linux-v5.10/kernel/sched/
Dcpufreq_schedutil.c166 freq = map_util_freq(util, freq, max); in get_next_freq()