Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_atomic64_init
Function
rte_atomic64_init
dpdk/lib/eal/ppc/include/rte_atomic.h:139–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
static inline void
140
rte_atomic64_init(rte_atomic64_t *v)
141
{
142
v->cnt = 0;
143
}
144
145
static inline int64_t
146
rte_atomic64_read(rte_atomic64_t *v)
Callers
6
ccp_add_device
Function · 0.50
ena_stats_restart
Function · 0.50
enic_init_soft_stats
Function · 0.50
fs_rx_queue_setup
Function · 0.50
fs_tx_queue_setup
Function · 0.50
test_atomic
Function · 0.50
Calls
no outgoing calls
Tested by
1
test_atomic
Function · 0.40