Home
last modified time | relevance | path

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

/dpdk/lib/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
/dpdk/lib/eal/x86/include/
H A Drte_atomic.h206 rte_atomic32_exchange(volatile uint32_t *dst, uint32_t val) in rte_atomic32_exchange() function
/dpdk/lib/eal/ppc/include/
H A Drte_atomic.h126 rte_atomic32_exchange(volatile uint32_t *dst, uint32_t val) in rte_atomic32_exchange() function
/dpdk/app/test/
H A Dtest_atomic.c430 ot32.u32 = rte_atomic32_exchange(&token32, nt32.u32); in test_atomic_exchange()