Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dcpufreq_schedutil.c32 unsigned int next_freq; member
102 unsigned int next_freq) in sugov_update_next_freq() argument
104 if (sg_policy->next_freq == next_freq) in sugov_update_next_freq()
107 sg_policy->next_freq = next_freq; in sugov_update_next_freq()
114 unsigned int next_freq) in sugov_fast_switch() argument
118 if (!sugov_update_next_freq(sg_policy, time, next_freq)) in sugov_fast_switch()
121 next_freq = cpufreq_driver_fast_switch(policy, next_freq); in sugov_fast_switch()
122 if (!next_freq) in sugov_fast_switch()
125 policy->cur = next_freq; in sugov_fast_switch()
126 trace_cpu_frequency(next_freq, smp_processor_id()); in sugov_fast_switch()
[all …]
/Linux-v4.19/drivers/cpufreq/
Dacpi-cpufreq.c474 unsigned int next_perf_state, next_freq, index; in acpi_cpufreq_fast_switch() local
485 next_freq = entry->frequency; in acpi_cpufreq_fast_switch()
493 return next_freq; in acpi_cpufreq_fast_switch()
499 return next_freq; in acpi_cpufreq_fast_switch()