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