MCPcopy 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
139static inline void
140rte_atomic64_init(rte_atomic64_t *v)
141{
142 v->cnt = 0;
143}
144
145static inline int64_t
146rte_atomic64_read(rte_atomic64_t *v)

Callers 6

ccp_add_deviceFunction · 0.50
ena_stats_restartFunction · 0.50
enic_init_soft_statsFunction · 0.50
fs_rx_queue_setupFunction · 0.50
fs_tx_queue_setupFunction · 0.50
test_atomicFunction · 0.50

Calls

no outgoing calls

Tested by 1

test_atomicFunction · 0.40