Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/sched/
Dcpufreq.h24 static inline unsigned long map_util_freq(unsigned long util, in map_util_freq() function
/Linux-v5.4/include/linux/
Denergy_model.h94 freq = map_util_freq(max_util, cs->frequency, scale_cpu); in em_pd_energy()
/Linux-v5.4/kernel/sched/
Dcpufreq_schedutil.c178 freq = map_util_freq(util, freq, max); in get_next_freq()