Lines Matching refs:next_f
426 unsigned int next_f;
433 next_f = get_next_freq(sg_policy, sg_cpu->util, max_cap);
435 if (sugov_hold_freq(sg_cpu) && next_f < sg_policy->next_freq &&
437 next_f = sg_policy->next_freq;
443 if (!sugov_update_next_freq(sg_policy, time, next_f))
452 cpufreq_driver_fast_switch(sg_policy->policy, next_f);
518 unsigned int next_f;
528 next_f = sugov_next_freq_shared(sg_cpu, time);
530 if (!sugov_update_next_freq(sg_policy, time, next_f))
534 cpufreq_driver_fast_switch(sg_policy->policy, next_f);