Searched refs:next_f (Results 1 – 1 of 1) sorted by relevance
335 unsigned int next_f; in sugov_update_single_freq() local340 next_f = get_next_freq(sg_policy, sg_cpu->util, sg_cpu->max); in sugov_update_single_freq()348 sugov_cpu_is_busy(sg_cpu) && next_f < sg_policy->next_freq) { in sugov_update_single_freq()349 next_f = sg_policy->next_freq; in sugov_update_single_freq()355 if (!sugov_update_next_freq(sg_policy, time, next_f)) in sugov_update_single_freq()364 cpufreq_driver_fast_switch(sg_policy->policy, next_f); in sugov_update_single_freq()437 unsigned int next_f; in sugov_update_shared() local447 next_f = sugov_next_freq_shared(sg_cpu, time); in sugov_update_shared()449 if (!sugov_update_next_freq(sg_policy, time, next_f)) in sugov_update_shared()453 cpufreq_driver_fast_switch(sg_policy->policy, next_f); in sugov_update_shared()