Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/cpufreq/
Dcpufreq_ondemand.c155 unsigned int freq_next, min_f, max_f; in od_update() local
158 max_f = policy->cpuinfo.max_freq; in od_update()
159 freq_next = min_f + load * (max_f - min_f) / 100; in od_update()