Home
last modified time | relevance | path

Searched refs:rte_atomic64_clear (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_rcu_qsbr_perf.c133 rte_atomic64_clear(&updates); in test_rcu_qsbr_perf()
134 rte_atomic64_clear(&update_cycles); in test_rcu_qsbr_perf()
135 rte_atomic64_clear(&checks); in test_rcu_qsbr_perf()
136 rte_atomic64_clear(&check_cycles); in test_rcu_qsbr_perf()
196 rte_atomic64_clear(&updates); in test_rcu_qsbr_rperf()
197 rte_atomic64_clear(&update_cycles); in test_rcu_qsbr_rperf()
244 rte_atomic64_clear(&checks); in test_rcu_qsbr_wperf()
245 rte_atomic64_clear(&check_cycles); in test_rcu_qsbr_wperf()
392 rte_atomic64_clear(&updates); in test_rcu_qsbr_sw_sv_1qs()
394 rte_atomic64_clear(&checks); in test_rcu_qsbr_sw_sv_1qs()
[all …]
H A Dtest_hash_readwrite.c213 rte_atomic64_clear(&gcycles); in test_hash_readwrite_functional()
216 rte_atomic64_clear(&ginsertions); in test_hash_readwrite_functional()
376 rte_atomic64_clear(&gwrites); in test_hash_readwrite_perf()
377 rte_atomic64_clear(&greads); in test_hash_readwrite_perf()
380 rte_atomic64_clear(&gread_cycles); in test_hash_readwrite_perf()
382 rte_atomic64_clear(&gwrite_cycles); in test_hash_readwrite_perf()
439 rte_atomic64_clear(&greads); in test_hash_readwrite_perf()
440 rte_atomic64_clear(&gread_cycles); in test_hash_readwrite_perf()
441 rte_atomic64_clear(&gwrites); in test_hash_readwrite_perf()
500 rte_atomic64_clear(&greads); in test_hash_readwrite_perf()
[all …]
H A Dtest_atomic.c527 rte_atomic64_clear(&a64); in test_atomic()
531 rte_atomic64_clear(&count); in test_atomic()
553 rte_atomic64_clear(&count); in test_atomic()
608 rte_atomic64_clear(&count); in test_atomic()
H A Dtest_hash_multiwriter.c172 rte_atomic64_clear(&gcycles); in test_hash_multiwriter()
175 rte_atomic64_clear(&ginsertions); in test_hash_multiwriter()
/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_atomic.h1039 static inline void rte_atomic64_clear(rte_atomic64_t *v);
1042 static inline void rte_atomic64_clear(rte_atomic64_t *v) in rte_atomic64_clear() function
/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_atomic_64.h178 static inline void rte_atomic64_clear(rte_atomic64_t *v) in rte_atomic64_clear() function
H A Drte_atomic_32.h208 static inline void rte_atomic64_clear(rte_atomic64_t *v) in rte_atomic64_clear() function
/f-stack/dpdk/lib/librte_eal/ppc/include/
H A Drte_atomic.h398 static inline void rte_atomic64_clear(rte_atomic64_t *v) in rte_atomic64_clear() function
/f-stack/dpdk/drivers/net/enic/
H A Denic_main.c104 rte_atomic64_clear(&soft_stats->rx_nombuf); in enic_clear_soft_stats()
105 rte_atomic64_clear(&soft_stats->rx_packet_errors); in enic_clear_soft_stats()
106 rte_atomic64_clear(&soft_stats->tx_oversized); in enic_clear_soft_stats()
/f-stack/dpdk/drivers/raw/octeontx2_ep/
H A Dotx2_ep_enqdeq.c138 rte_atomic64_clear(&iq->iq_flush_running); in sdp_init_instr_queue()
/f-stack/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.c740 rte_atomic64_clear(&iq->iq_flush_running); in lio_init_instr_queue()
1083 rte_atomic64_clear(&iq->iq_flush_running); in lio_flush_iq()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_stats.c575 rte_atomic64_clear(&rxq->rx_mbuf_alloc_fail); in bnxt_stats_reset_op()