MCPcopy 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
151static inline void
152rte_atomic64_set(rte_atomic64_t *v, int64_t new_value)
153{
154 v->cnt = new_value;
155}
156
157static inline void
158rte_atomic64_add(rte_atomic64_t *v, int64_t inc)

Callers 3

ccp_add_deviceFunction · 0.50
sfc_port_init_dev_linkFunction · 0.50
test_atomicFunction · 0.50

Calls

no outgoing calls

Tested by 1

test_atomicFunction · 0.40