Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dcpufreq_ondemand.c153 unsigned int freq_next, min_f, max_f; in od_update() local
156 max_f = policy->cpuinfo.max_freq; in od_update()
157 freq_next = min_f + load * (max_f - min_f) / 100; in od_update()