Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_atomic64_read
Function
rte_atomic64_read
dpdk/lib/eal/ppc/include/rte_atomic.h:145–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
static inline int64_t
146
rte_atomic64_read(rte_atomic64_t *v)
147
{
148
return v->cnt;
149
}
150
151
static inline void
152
rte_atomic64_set(rte_atomic64_t *v, int64_t new_value)
Callers
4
ccp_allot_queue
Function · 0.50
ena_stats_get
Function · 0.50
enic_dev_stats_get
Function · 0.50
test_atomic
Function · 0.50
Calls
no outgoing calls
Tested by
1
test_atomic
Function · 0.40