Searched refs:next_freq (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | cpufreq_schedutil.c | 36 unsigned int next_freq; member 107 unsigned int next_freq) in sugov_update_next_freq() argument 110 if (sg_policy->next_freq == next_freq) in sugov_update_next_freq() 116 sg_policy->next_freq = next_freq; in sugov_update_next_freq() 123 unsigned int next_freq) in sugov_fast_switch() argument 125 if (sugov_update_next_freq(sg_policy, time, next_freq)) in sugov_fast_switch() 126 cpufreq_driver_fast_switch(sg_policy->policy, next_freq); in sugov_fast_switch() 130 unsigned int next_freq) in sugov_deferred_update() argument 132 if (!sugov_update_next_freq(sg_policy, time, next_freq)) in sugov_deferred_update() 169 unsigned long next_freq = 0; in get_next_freq() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | acpi-cpufreq.c | 465 unsigned int next_perf_state, next_freq, index; in acpi_cpufreq_fast_switch() local 476 next_freq = entry->frequency; in acpi_cpufreq_fast_switch() 484 return next_freq; in acpi_cpufreq_fast_switch() 490 return next_freq; in acpi_cpufreq_fast_switch()
|
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | sched.h | 245 unsigned long cap, unsigned long *next_freq, struct cpufreq_policy *policy, 247 TP_ARGS(util, freq, cap, next_freq, policy, need_freq_update));
|