Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_cyclecount.c79 uint32_t total_deq_ops = 0; in cperf_cyclecount_op_setup() local
139 total_deq_ops += num_deq; in cperf_cyclecount_op_setup()
253 uint32_t total_deq_ops = 0; in main_loop() local
356 total_deq_ops += num_deq; in main_loop()
391 while (total_deq_ops < total_ops) { in main_loop()
414 total_deq_ops += num_deq; in main_loop()
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()