Home
last modified time | relevance | path

Searched refs:ops_deqd_total (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test-crypto-perf/
H A Dcperf_test_throughput.c152 uint64_t ops_deqd = 0, ops_deqd_total = 0, ops_deqd_failed = 0; in cperf_throughput_test_runner() local
236 ops_deqd_total += ops_deqd; in cperf_throughput_test_runner()
250 while (ops_deqd_total < ctx->options->total_ops) { in cperf_throughput_test_runner()
262 ops_deqd_total += ops_deqd; in cperf_throughput_test_runner()
297 ops_deqd_total, in cperf_throughput_test_runner()
317 ops_deqd_total, in cperf_throughput_test_runner()
H A Dcperf_test_verify.c204 uint64_t ops_deqd = 0, ops_deqd_total = 0, ops_deqd_failed = 0; in cperf_verify_test_runner() local
321 ops_deqd_total += ops_deqd; in cperf_verify_test_runner()
326 while (ops_deqd_total < ctx->options->total_ops) { in cperf_verify_test_runner()
346 ops_deqd_total += ops_deqd; in cperf_verify_test_runner()
364 ops_deqd_total, in cperf_verify_test_runner()
381 ops_deqd_total, in cperf_verify_test_runner()