Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcpufreq_schedutil.c426 unsigned int next_f; in sugov_update_single_freq() local
433 next_f = get_next_freq(sg_policy, sg_cpu->util, max_cap); in sugov_update_single_freq()
435 if (sugov_hold_freq(sg_cpu) && next_f < sg_policy->next_freq && in sugov_update_single_freq()
437 next_f = sg_policy->next_freq; in sugov_update_single_freq()
443 if (!sugov_update_next_freq(sg_policy, time, next_f)) in sugov_update_single_freq()
452 cpufreq_driver_fast_switch(sg_policy->policy, next_f); in sugov_update_single_freq()
518 unsigned int next_f; in sugov_update_shared() local
528 next_f = sugov_next_freq_shared(sg_cpu, time); in sugov_update_shared()
530 if (!sugov_update_next_freq(sg_policy, time, next_f)) in sugov_update_shared()
534 cpufreq_driver_fast_switch(sg_policy->policy, next_f); in sugov_update_shared()
[all...]