MCPcopy 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
145static inline int64_t
146rte_atomic64_read(rte_atomic64_t *v)
147{
148 return v->cnt;
149}
150
151static inline void
152rte_atomic64_set(rte_atomic64_t *v, int64_t new_value)

Callers 4

ccp_allot_queueFunction · 0.50
ena_stats_getFunction · 0.50
enic_dev_stats_getFunction · 0.50
test_atomicFunction · 0.50

Calls

no outgoing calls

Tested by 1

test_atomicFunction · 0.40