Lines Matching refs:test_data
68 struct comp_test_data *test_data = ctx->ver.options; in cperf_cyclecount_op_setup() local
75 num_iter = test_data->num_iter; in cperf_cyclecount_op_setup()
86 test_data->burst_sz); in cperf_cyclecount_op_setup()
155 struct comp_test_data *test_data = ctx->ver.options; in main_loop() local
169 if (test_data == NULL || !test_data->burst_sz) { in main_loop()
196 .deflate.huffman = test_data->huffman_enc, in main_loop()
197 .level = test_data->level, in main_loop()
198 .window_size = test_data->window_sz, in main_loop()
205 out_seg_sz = test_data->out_seg_sz; in main_loop()
212 .window_size = test_data->window_sz, in main_loop()
218 out_seg_sz = test_data->seg_sz; in main_loop()
249 num_iter = test_data->num_iter; in main_loop()
261 test_data->burst_sz); in main_loop()
313 if (unlikely(test_data->perf_comp_force_stop)) in main_loop()
327 if (test_data->cyclecount_delay) in main_loop()
328 rte_delay_us_block(test_data->cyclecount_delay); in main_loop()
392 if (unlikely(test_data->perf_comp_force_stop)) in main_loop()
399 test_data->burst_sz); in main_loop()
456 if (test_data->perf_comp_force_stop) { in main_loop()
469 struct comp_test_data *test_data = ctx->ver.options; in cperf_cyclecount_test_runner() local
529 (ctx->ver.mem.total_bufs * test_data->num_iter); in cperf_cyclecount_test_runner()
531 (ctx->ver.mem.total_bufs * test_data->num_iter); in cperf_cyclecount_test_runner()
543 (ctx->ver.mem.total_bufs * test_data->num_iter); in cperf_cyclecount_test_runner()
545 (ctx->ver.mem.total_bufs * test_data->num_iter); in cperf_cyclecount_test_runner()
548 (ctx->ver.mem.total_bufs * test_data->num_iter); in cperf_cyclecount_test_runner()
592 test_data->level, in cperf_cyclecount_test_runner()