Searched refs:next_f (Results 1 – 1 of 1) sorted by relevance
/kernel/sched/ |
D | cpufreq_schedutil.c | 453 unsigned int next_f; in sugov_update_single() local 467 next_f = get_next_freq(sg_policy, util, max); in sugov_update_single() 472 if (sugov_cpu_is_busy(sg_cpu) && next_f < sg_policy->next_freq) { in sugov_update_single() 473 next_f = sg_policy->next_freq; in sugov_update_single() 485 sugov_fast_switch(sg_policy, time, next_f); in sugov_update_single() 488 sugov_deferred_update(sg_policy, time, next_f); in sugov_update_single() 522 unsigned int next_f; in sugov_update_shared() local 532 next_f = sugov_next_freq_shared(sg_cpu, time); in sugov_update_shared() 535 sugov_fast_switch(sg_policy, time, next_f); in sugov_update_shared() 537 sugov_deferred_update(sg_policy, time, next_f); in sugov_update_shared()
|