Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcpufreq_schedutil.c460 unsigned int next_f; in sugov_update_single() local
474 next_f = get_next_freq(sg_policy, util, max); in sugov_update_single()
479 if (sugov_cpu_is_busy(sg_cpu) && next_f < sg_policy->next_freq) { in sugov_update_single()
480 next_f = sg_policy->next_freq; in sugov_update_single()
492 sugov_fast_switch(sg_policy, time, next_f); in sugov_update_single()
495 sugov_deferred_update(sg_policy, time, next_f); in sugov_update_single()
529 unsigned int next_f; in sugov_update_shared() local
539 next_f = sugov_next_freq_shared(sg_cpu, time); in sugov_update_shared()
542 sugov_fast_switch(sg_policy, time, next_f); in sugov_update_shared()
544 sugov_deferred_update(sg_policy, time, next_f); in sugov_update_shared()