Searched refs:POWER_IDLE (Results 1 – 3 of 3) sorted by relevance
| /dpdk/lib/power/ |
| H A D | power_acpi_cpufreq.c | 34 POWER_IDLE = 0, enumerator 245 exp_state = POWER_IDLE; in power_acpi_cpufreq_init() 347 __atomic_compare_exchange_n(&(pi->state), &exp_state, POWER_IDLE, in power_acpi_cpufreq_exit()
|
| H A D | power_cppc_cpufreq.c | 40 POWER_IDLE = 0, enumerator 347 exp_state = POWER_IDLE; in power_cppc_cpufreq_init() 454 __atomic_store_n(&(pi->state), POWER_IDLE, __ATOMIC_RELEASE); in power_cppc_cpufreq_exit()
|
| H A D | power_pstate_cpufreq.c | 49 POWER_IDLE = 0, enumerator 516 exp_state = POWER_IDLE; in power_pstate_cpufreq_init() 626 __atomic_compare_exchange_n(&(pi->state), &exp_state, POWER_IDLE, in power_pstate_cpufreq_exit()
|