Home
last modified time | relevance | path

Searched refs:rte_atomic32_exchange (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_atomic.h455 rte_atomic32_exchange(volatile uint32_t *dst, uint32_t val);
459 rte_atomic32_exchange(volatile uint32_t *dst, uint32_t val) in rte_atomic32_exchange() function
/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_atomic.h206 rte_atomic32_exchange(volatile uint32_t *dst, uint32_t val) in rte_atomic32_exchange() function
/f-stack/dpdk/lib/librte_eal/ppc/include/
H A Drte_atomic.h193 rte_atomic32_exchange(volatile uint32_t *dst, uint32_t val) in rte_atomic32_exchange() function
/f-stack/dpdk/app/test/
H A Dtest_atomic.c430 ot32.u32 = rte_atomic32_exchange(&token32, nt32.u32); in test_atomic_exchange()