Home
last modified time | relevance | path

Searched refs:RTE_ATOMIC16_INIT (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_test_throughput.c109 static rte_atomic16_t display_once = RTE_ATOMIC16_INIT(0); in cperf_throughput_test_runner()
H A Dcperf_test_latency.c129 static rte_atomic16_t display_once = RTE_ATOMIC16_INIT(0); in cperf_latency_test_runner()
H A Dcperf_test_verify.c244 static rte_atomic16_t display_once = RTE_ATOMIC16_INIT(0); in cperf_verify_test_runner()
H A Dcperf_test_pmd_cyclecount.c407 static rte_atomic16_t display_once = RTE_ATOMIC16_INIT(0); in cperf_pmd_cyclecount_test_runner()
/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_atomic.h196 #define RTE_ATOMIC16_INIT(val) { (val) } macro
/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_throughput.c332 static rte_atomic16_t display_once = RTE_ATOMIC16_INIT(0); in cperf_throughput_test_runner()
H A Dcomp_perf_test_verify.c391 static rte_atomic16_t display_once = RTE_ATOMIC16_INIT(0); in cperf_verify_test_runner()
H A Dcomp_perf_test_cyclecount.c471 static rte_atomic16_t display_once = RTE_ATOMIC16_INIT(0); in cperf_cyclecount_test_runner()
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_ops.c138 static rte_atomic16_t port_offset = RTE_ATOMIC16_INIT(-1); in otx2_cpt_qp_inline_cfg()