Searched refs:max_f (Results 1 – 1 of 1) sorted by relevance
155 unsigned int freq_next, min_f, max_f; in od_update() local158 max_f = policy->cpuinfo.max_freq; in od_update()159 freq_next = min_f + load * (max_f - min_f) / 100; in od_update()