Home
last modified time | relevance | path

Searched refs:display_once (Results 1 – 7 of 7) sorted by relevance

/dpdk/app/test-crypto-perf/
H A Dcperf_test_throughput.c113 static uint16_t display_once; in cperf_throughput_test_runner() local
283 if (__atomic_compare_exchange_n(&display_once, &exp, 1, 0, in cperf_throughput_test_runner()
304 if (__atomic_compare_exchange_n(&display_once, &exp, 1, 0, in cperf_throughput_test_runner()
H A Dcperf_test_verify.c207 static uint16_t display_once; in cperf_verify_test_runner() local
351 if (__atomic_compare_exchange_n(&display_once, &exp, 1, 0, in cperf_verify_test_runner()
369 if (__atomic_compare_exchange_n(&display_once, &exp, 1, 0, in cperf_verify_test_runner()
H A Dcperf_test_pmd_cyclecount.c404 static uint16_t display_once; in cperf_pmd_cyclecount_test_runner() local
451 if (__atomic_compare_exchange_n(&display_once, &exp, 1, 0, in cperf_pmd_cyclecount_test_runner()
468 if (__atomic_compare_exchange_n(&display_once, &exp, 1, 0, in cperf_pmd_cyclecount_test_runner()
H A Dcperf_test_latency.c128 static uint16_t display_once; in cperf_latency_test_runner() local
317 if (__atomic_compare_exchange_n(&display_once, &exp, 1, 0, in cperf_latency_test_runner()
/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_cyclecount.c470 static uint16_t display_once; in cperf_cyclecount_test_runner() local
554 if (display_once == 0) { in cperf_cyclecount_test_runner()
555 display_once = 1; in cperf_cyclecount_test_runner()
H A Dcomp_perf_test_throughput.c332 static uint16_t display_once; in cperf_throughput_test_runner() local
397 if (__atomic_compare_exchange_n(&display_once, &exp, 1, 0, in cperf_throughput_test_runner()
H A Dcomp_perf_test_verify.c391 static uint16_t display_once; in cperf_verify_test_runner() local
432 if (__atomic_compare_exchange_n(&display_once, &exp, 1, 0, in cperf_verify_test_runner()