Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_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
/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_atomic.h120 rte_atomic16_exchange(volatile uint16_t *dst, uint16_t val) in rte_atomic16_exchange() function
/f-stack/dpdk/lib/librte_eal/ppc/include/
H A Drte_atomic.h85 rte_atomic16_exchange(volatile uint16_t *dst, uint16_t val) in rte_atomic16_exchange() function
/f-stack/dpdk/app/test/
H A Dtest_atomic.c437 ot16.u16 = rte_atomic16_exchange(&token16, nt16.u16); in test_atomic_exchange()