Searched refs:display_once (Results 1 – 7 of 7) sorted by relevance
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_test_throughput.c | 113 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 D | cperf_test_verify.c | 207 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 D | cperf_test_pmd_cyclecount.c | 404 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 D | cperf_test_latency.c | 128 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 D | comp_perf_test_cyclecount.c | 470 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 D | comp_perf_test_throughput.c | 332 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 D | comp_perf_test_verify.c | 391 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()
|