MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_atomic16_dec

Function rte_atomic16_dec

dpdk/lib/eal/ppc/include/rte_atomic.h:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66static inline void
67rte_atomic16_dec(rte_atomic16_t *v)
68{
69 rte_atomic_fetch_sub_explicit(&v->cnt, 1, rte_memory_order_acquire);
70}
71
72static inline int rte_atomic16_inc_and_test(rte_atomic16_t *v)
73{

Callers 5

nitrox_qp_dequeueFunction · 0.50
rte_dpaa2_free_dpci_devFunction · 0.50
dpaa2_free_dpbp_devFunction · 0.50
rte_dpaa2_free_dpcon_devFunction · 0.50
test_atomic_usualFunction · 0.50

Calls

no outgoing calls

Tested by 1

test_atomic_usualFunction · 0.40