Searched refs:next_f (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/kernel/sched/ |
| D | cpufreq_schedutil.c | 428 unsigned int next_f; in sugov_update_single() local 444 next_f = get_next_freq(sg_policy, util, max); in sugov_update_single() 449 if (busy && next_f < sg_policy->next_freq) { in sugov_update_single() 450 next_f = sg_policy->next_freq; in sugov_update_single() 462 sugov_fast_switch(sg_policy, time, next_f); in sugov_update_single() 465 sugov_deferred_update(sg_policy, time, next_f); in sugov_update_single() 499 unsigned int next_f; in sugov_update_shared() local 509 next_f = sugov_next_freq_shared(sg_cpu, time); in sugov_update_shared() 512 sugov_fast_switch(sg_policy, time, next_f); in sugov_update_shared() 514 sugov_deferred_update(sg_policy, time, next_f); in sugov_update_shared()
|