Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dacpi-cpufreq.c421 unsigned int next_perf_state = 0; /* Index into perf table */ in acpi_cpufreq_target() local
429 next_perf_state = policy->freq_table[index].driver_data; in acpi_cpufreq_target()
430 if (perf->state == next_perf_state) { in acpi_cpufreq_target()
433 next_perf_state); in acpi_cpufreq_target()
437 next_perf_state); in acpi_cpufreq_target()
460 perf->state = next_perf_state; in acpi_cpufreq_target()
471 unsigned int next_perf_state, next_freq, index; in acpi_cpufreq_fast_switch() local
484 next_perf_state = entry->driver_data; in acpi_cpufreq_fast_switch()
487 if (perf->state == next_perf_state) { in acpi_cpufreq_fast_switch()
495 perf->states[next_perf_state].control); in acpi_cpufreq_fast_switch()
[all …]