Searched refs:next_f (Results 1 – 1 of 1) sorted by relevance
/kernel/sched/ |
D | cpufreq_schedutil.c | 456 unsigned int next_f; in sugov_update_single() local 473 next_f = get_next_freq(sg_policy, util, max); in sugov_update_single() 478 if (busy && next_f < sg_policy->next_freq) { in sugov_update_single() 479 next_f = sg_policy->next_freq; in sugov_update_single() 491 sugov_fast_switch(sg_policy, time, next_f); in sugov_update_single() 494 sugov_deferred_update(sg_policy, time, next_f); in sugov_update_single() 528 unsigned int next_f; in sugov_update_shared() local 538 next_f = sugov_next_freq_shared(sg_cpu, time); in sugov_update_shared() 541 sugov_fast_switch(sg_policy, time, next_f); in sugov_update_shared() 543 sugov_deferred_update(sg_policy, time, next_f); in sugov_update_shared()
|