Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
static inline void
67
rte_atomic16_dec(rte_atomic16_t *v)
68
{
69
rte_atomic_fetch_sub_explicit(&v->cnt, 1, rte_memory_order_acquire);
70
}
71
72
static inline int rte_atomic16_inc_and_test(rte_atomic16_t *v)
73
{
Callers
5
nitrox_qp_dequeue
Function · 0.50
rte_dpaa2_free_dpci_dev
Function · 0.50
dpaa2_free_dpbp_dev
Function · 0.50
rte_dpaa2_free_dpcon_dev
Function · 0.50
test_atomic_usual
Function · 0.50
Calls
no outgoing calls
Tested by
1
test_atomic_usual
Function · 0.40