Searched refs:exp_state (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/lib/librte_power/ |
| H A D | power_acpi_cpufreq.c | 302 uint32_t exp_state; in power_acpi_cpufreq_init() local 311 exp_state = POWER_IDLE; in power_acpi_cpufreq_init() 318 if (!__atomic_compare_exchange_n(&(pi->state), &exp_state, in power_acpi_cpufreq_init() 357 exp_state = POWER_ONGOING; in power_acpi_cpufreq_init() 358 __atomic_compare_exchange_n(&(pi->state), &exp_state, POWER_USED, in power_acpi_cpufreq_init() 364 exp_state = POWER_ONGOING; in power_acpi_cpufreq_init() 423 uint32_t exp_state; in power_acpi_cpufreq_exit() local 431 exp_state = POWER_USED; in power_acpi_cpufreq_exit() 438 if (!__atomic_compare_exchange_n(&(pi->state), &exp_state, in power_acpi_cpufreq_exit() 460 exp_state = POWER_ONGOING; in power_acpi_cpufreq_exit() [all …]
|
| H A D | power_pstate_cpufreq.c | 598 uint32_t exp_state; in power_pstate_cpufreq_init() local 607 exp_state = POWER_IDLE; in power_pstate_cpufreq_init() 614 if (!__atomic_compare_exchange_n(&(pi->state), &exp_state, in power_pstate_cpufreq_init() 658 exp_state = POWER_ONGOING; in power_pstate_cpufreq_init() 659 __atomic_compare_exchange_n(&(pi->state), &exp_state, POWER_USED, in power_pstate_cpufreq_init() 665 exp_state = POWER_ONGOING; in power_pstate_cpufreq_init() 676 uint32_t exp_state; in power_pstate_cpufreq_exit() local 685 exp_state = POWER_USED; in power_pstate_cpufreq_exit() 692 if (!__atomic_compare_exchange_n(&(pi->state), &exp_state, in power_pstate_cpufreq_exit() 716 exp_state = POWER_ONGOING; in power_pstate_cpufreq_exit() [all …]
|
| /f-stack/dpdk/lib/librte_eventdev/ |
| H A D | rte_event_timer_adapter.c | 1023 uint16_t exp_state = 0; in __swtim_arm_burst() local 1047 &exp_state, 1, 0, in __swtim_arm_burst()
|
| /f-stack/freebsd/contrib/ena-com/ |
| H A D | ena_com.c | 1010 u16 exp_state) in wait_for_reset_state() argument 1027 exp_state) in wait_for_reset_state()
|
| /f-stack/dpdk/drivers/net/ena/base/ |
| H A D | ena_com.c | 960 u16 exp_state) in wait_for_reset_state() argument 977 exp_state) in wait_for_reset_state()
|