Home
last modified time | relevance | path

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

/dpdk/lib/eal/include/generic/
H A Drte_atomic.h172 rte_atomic16_exchange(volatile uint16_t *dst, uint16_t val);
176 rte_atomic16_exchange(volatile uint16_t *dst, uint16_t val) in rte_atomic16_exchange() function
/dpdk/lib/eal/x86/include/
H A Drte_atomic.h120 rte_atomic16_exchange(volatile uint16_t *dst, uint16_t val) in rte_atomic16_exchange() function
/dpdk/lib/eal/ppc/include/
H A Drte_atomic.h84 rte_atomic16_exchange(volatile uint16_t *dst, uint16_t val) in rte_atomic16_exchange() function
/dpdk/app/test/
H A Dtest_atomic.c437 ot16.u16 = rte_atomic16_exchange(&token16, nt16.u16); in test_atomic_exchange()