Home
last modified time | relevance | path

Searched refs:rte_atomic64_exchange (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/eal/include/generic/
H A Drte_atomic.h737 rte_atomic64_exchange(volatile uint64_t *dst, uint64_t val);
741 rte_atomic64_exchange(volatile uint64_t *dst, uint64_t val) in rte_atomic64_exchange() function
/dpdk/lib/eal/x86/include/
H A Drte_atomic_64.h47 rte_atomic64_exchange(volatile uint64_t *dst, uint64_t val) in rte_atomic64_exchange() function
H A Drte_atomic_32.h72 rte_atomic64_exchange(volatile uint64_t *dest, uint64_t val) in rte_atomic64_exchange() function
/dpdk/lib/eal/ppc/include/
H A Drte_atomic.h215 rte_atomic64_exchange(volatile uint64_t *dst, uint64_t val) in rte_atomic64_exchange() function
/dpdk/app/test/
H A Dtest_atomic.c423 ot64.u64 = rte_atomic64_exchange(&token64, nt64.u64); in test_atomic_exchange()