Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Dcpufreq_schedutil.c32 unsigned int next_freq; member
105 unsigned int next_freq) in sugov_update_next_freq() argument
107 if (sg_policy->next_freq == next_freq) in sugov_update_next_freq()
110 sg_policy->next_freq = next_freq; in sugov_update_next_freq()
117 unsigned int next_freq) in sugov_fast_switch() argument
122 if (!sugov_update_next_freq(sg_policy, time, next_freq)) in sugov_fast_switch()
125 next_freq = cpufreq_driver_fast_switch(policy, next_freq); in sugov_fast_switch()
126 if (!next_freq) in sugov_fast_switch()
129 policy->cur = next_freq; in sugov_fast_switch()
133 trace_cpu_frequency(next_freq, cpu); in sugov_fast_switch()
[all …]
/Linux-v5.4/drivers/cpufreq/
Dacpi-cpufreq.c461 unsigned int next_perf_state, next_freq, index; in acpi_cpufreq_fast_switch() local
472 next_freq = entry->frequency; in acpi_cpufreq_fast_switch()
480 return next_freq; in acpi_cpufreq_fast_switch()
486 return next_freq; in acpi_cpufreq_fast_switch()