Searched refs:next_perf_state (Results 1 – 1 of 1) sorted by relevance
409 unsigned int next_perf_state = 0; /* Index into perf table */ in acpi_cpufreq_target() local417 next_perf_state = policy->freq_table[index].driver_data; in acpi_cpufreq_target()418 if (perf->state == next_perf_state) { in acpi_cpufreq_target()421 next_perf_state); in acpi_cpufreq_target()425 next_perf_state); in acpi_cpufreq_target()437 drv_write(data, mask, perf->states[next_perf_state].control); in acpi_cpufreq_target()448 perf->state = next_perf_state; in acpi_cpufreq_target()459 unsigned int next_perf_state, next_freq, index; in acpi_cpufreq_fast_switch() local472 next_perf_state = entry->driver_data; in acpi_cpufreq_fast_switch()475 if (perf->state == next_perf_state) { in acpi_cpufreq_fast_switch()[all …]