Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/acpi/cpufreq/
A Dpowernow.c96 unsigned int next_state; /* Index into freq_table */ in powernow_cpufreq_target() local
109 relation, &next_state); in powernow_cpufreq_target()
113 next_perf_state = data->freq_table[next_state].index; in powernow_cpufreq_target()
143 policy->cur = data->freq_table[next_state].frequency; in powernow_cpufreq_target()
A Dcpufreq.c393 unsigned int next_state = 0; /* Index into freq_table */ in acpi_cpufreq_target() local
411 relation, &next_state); in acpi_cpufreq_target()
417 next_perf_state = data->freq_table[next_state].index; in acpi_cpufreq_target()
447 freqs.new = data->freq_table[next_state].frequency; in acpi_cpufreq_target()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dmwait-idle.c722 unsigned int eax, next_state, cstate; in mwait_idle() local
727 (next_state = cpuidle_current_governor->select(power)) > 0) { in mwait_idle()
729 cx = &power->states[next_state]; in mwait_idle()
730 } while (cx->type > max_cstate && --next_state); in mwait_idle()
731 if (!next_state) in mwait_idle()
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/
A Dcpu_idle.c555 int next_state; in acpi_processor_idle() local
561 (next_state = cpuidle_current_governor->select(power)) > 0 ) in acpi_processor_idle()
563 cx = &power->states[next_state]; in acpi_processor_idle()
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.lex.c_shipped1677 * next_state = yy_try_NUL_trans( current_state );

Completed in 10 milliseconds