Searched refs:n_state (Results 1 – 1 of 1) sorted by relevance
1024 enum rte_event_timer_state n_state; in __swtim_arm_burst() local1065 n_state = __atomic_load_n(&evtims[i]->state, __ATOMIC_ACQUIRE); in __swtim_arm_burst()1066 if (n_state == RTE_EVENT_TIMER_ARMED) { in __swtim_arm_burst()1069 } else if (!(n_state == RTE_EVENT_TIMER_NOT_ARMED || in __swtim_arm_burst()1070 n_state == RTE_EVENT_TIMER_CANCELED)) { in __swtim_arm_burst()1148 enum rte_event_timer_state n_state; in swtim_cancel_burst() local1163 n_state = __atomic_load_n(&evtims[i]->state, __ATOMIC_ACQUIRE); in swtim_cancel_burst()1164 if (n_state == RTE_EVENT_TIMER_CANCELED) { in swtim_cancel_burst()1167 } else if (n_state != RTE_EVENT_TIMER_ARMED) { in swtim_cancel_burst()