Searched refs:next_f (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/kernel/sched/ |
| D | cpufreq_schedutil.c | 458 unsigned int next_f; in sugov_update_single() local 475 next_f = get_next_freq(sg_policy, util, max); in sugov_update_single() 480 if (busy && next_f < sg_policy->next_freq) { in sugov_update_single() 481 next_f = sg_policy->next_freq; in sugov_update_single() 493 sugov_fast_switch(sg_policy, time, next_f); in sugov_update_single() 496 sugov_deferred_update(sg_policy, time, next_f); in sugov_update_single() 530 unsigned int next_f; in sugov_update_shared() local 540 next_f = sugov_next_freq_shared(sg_cpu, time); in sugov_update_shared() 543 sugov_fast_switch(sg_policy, time, next_f); in sugov_update_shared() 545 sugov_deferred_update(sg_policy, time, next_f); in sugov_update_shared()
|