Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_throughput.c18 ((struct cperf_benchmark_ctx *)arg)->ver.options, in cperf_throughput_test_destructor()
19 &((struct cperf_benchmark_ctx *)arg)->ver.mem); in cperf_throughput_test_destructor()
28 struct cperf_benchmark_ctx *ctx = NULL; in cperf_throughput_test_constructor()
30 ctx = rte_malloc(NULL, sizeof(struct cperf_benchmark_ctx), 0); in cperf_throughput_test_constructor()
49 main_loop(struct cperf_benchmark_ctx *ctx, enum rte_comp_xform_type type) in main_loop()
329 struct cperf_benchmark_ctx *ctx = test_ctx; in cperf_throughput_test_runner()
H A Dcomp_perf_test_throughput.h14 struct cperf_benchmark_ctx { struct