Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_atomic32_inc
Function
rte_atomic32_inc
dpdk/lib/eal/ppc/include/rte_atomic.h:102–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
static inline void
103
rte_atomic32_inc(rte_atomic32_t *v)
104
{
105
rte_atomic_fetch_add_explicit(&v->cnt, 1, rte_memory_order_acquire);
106
}
107
108
static inline void
109
rte_atomic32_dec(rte_atomic32_t *v)
Callers
3
dma_pool_alloc
Function · 0.50
hn_rxpkt
Function · 0.50
test_atomic_usual
Function · 0.50
Calls
no outgoing calls
Tested by
1
test_atomic_usual
Function · 0.40