Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_atomic64_set
Function
rte_atomic64_set
dpdk/lib/eal/ppc/include/rte_atomic.h:151–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
static inline void
152
rte_atomic64_set(rte_atomic64_t *v, int64_t new_value)
153
{
154
v->cnt = new_value;
155
}
156
157
static inline void
158
rte_atomic64_add(rte_atomic64_t *v, int64_t inc)
Callers
3
ccp_add_device
Function · 0.50
sfc_port_init_dev_link
Function · 0.50
test_atomic
Function · 0.50
Calls
no outgoing calls
Tested by
1
test_atomic
Function · 0.40