Home
last modified time | relevance | path

Searched refs:total_deq_ops (Results 1 – 3 of 3) sorted by relevance

/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_throughput.c128 uint32_t total_deq_ops = 0; in main_loop() local
212 total_deq_ops += num_deq; in main_loop()
248 while (total_deq_ops < total_ops) { in main_loop()
266 total_deq_ops += num_deq; in main_loop()
H A Dcomp_perf_test_verify.c131 uint32_t total_deq_ops = 0; in main_loop() local
217 total_deq_ops += num_deq; in main_loop()
284 while (total_deq_ops < total_ops) { in main_loop()
302 total_deq_ops += num_deq; in main_loop()
H A Dcomp_perf_test_cyclecount.c252 uint32_t total_deq_ops = 0; in main_loop() local
355 total_deq_ops += num_deq; in main_loop()
390 while (total_deq_ops < total_ops) { in main_loop()
413 total_deq_ops += num_deq; in main_loop()