Lines Matching refs:param2
269 struct thread_params *param1, struct thread_params *param2) in run_on_core_pair() argument
278 rte_eal_remote_launch(dequeue_bulk, param2, cores->c2); in run_on_core_pair()
283 rte_eal_remote_launch(dequeue_bulk, param2, cores->c2); in run_on_core_pair()
293 param1->results[i] + param2->results[i]); in run_on_core_pair()
475 struct thread_params *param1, struct thread_params *param2) in test_ring_perf_esize_run_on_two_cores() argument
481 if (run_on_core_pair(&cores, param1, param2) < 0) in test_ring_perf_esize_run_on_two_cores()
486 if (run_on_core_pair(&cores, param1, param2) < 0) in test_ring_perf_esize_run_on_two_cores()
491 if (run_on_core_pair(&cores, param1, param2) < 0) in test_ring_perf_esize_run_on_two_cores()
508 struct thread_params param2 = { in test_ring_perf_esize() local
552 test_ring_perf_esize_run_on_two_cores(¶m1, ¶m2); in test_ring_perf_esize()
555 test_ring_perf_esize_run_on_two_cores(¶m1, ¶m2); in test_ring_perf_esize()
586 struct thread_params param2 = { in test_ring_perf_compression() local
602 ret = run_on_core_pair(&cores, ¶m1, ¶m2); in test_ring_perf_compression()
623 param2.results = results2_comp[0]; in test_ring_perf_compression()
629 ret = run_on_core_pair(&cores, ¶m1, ¶m2); in test_ring_perf_compression()
646 param2.results = results2_comp[1]; in test_ring_perf_compression()
652 ret = run_on_core_pair(&cores, ¶m1, ¶m2); in test_ring_perf_compression()