Searched refs:n_state (Results 1 – 1 of 1) sorted by relevance
1055 enum rte_event_timer_state n_state; in __swtim_arm_burst() local1096 n_state = __atomic_load_n(&evtims[i]->state, __ATOMIC_ACQUIRE); in __swtim_arm_burst()1097 if (n_state == RTE_EVENT_TIMER_ARMED) { in __swtim_arm_burst()1100 } else if (!(n_state == RTE_EVENT_TIMER_NOT_ARMED || in __swtim_arm_burst()1101 n_state == RTE_EVENT_TIMER_CANCELED)) { in __swtim_arm_burst()1179 enum rte_event_timer_state n_state; in swtim_cancel_burst() local1194 n_state = __atomic_load_n(&evtims[i]->state, __ATOMIC_ACQUIRE); in swtim_cancel_burst()1195 if (n_state == RTE_EVENT_TIMER_CANCELED) { in swtim_cancel_burst()1198 } else if (n_state != RTE_EVENT_TIMER_ARMED) { in swtim_cancel_burst()