Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_atomic16_inc
Function
rte_atomic16_inc
dpdk/lib/eal/ppc/include/rte_atomic.h:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
static inline void
61
rte_atomic16_inc(rte_atomic16_t *v)
62
{
63
rte_atomic_fetch_add_explicit(&v->cnt, 1, rte_memory_order_acquire);
64
}
65
66
static inline void
67
rte_atomic16_dec(rte_atomic16_t *v)
Callers
2
nitrox_qp_enqueue
Function · 0.50
test_atomic_usual
Function · 0.50
Calls
no outgoing calls
Tested by
1
test_atomic_usual
Function · 0.40