Lines Matching refs:test_perf
17 struct test_perf *t = evt_test_priv(test); in perf_test_result()
37 struct test_perf *t = p->t; in perf_producer()
89 struct test_perf *t = p->t; in perf_producer_burst()
152 struct test_perf *t = p->t; in perf_event_timer_producer()
218 struct test_perf *t = p->t; in perf_event_timer_producer_burst()
281 struct test_perf *t = p->t; in crypto_adapter_enq_op_new()
331 struct test_perf *t = p->t; in crypto_adapter_enq_op_fwd()
398 struct test_perf *t = p->t; in perf_producer_wrapper()
426 processed_pkts(struct test_perf *t) in processed_pkts()
438 total_latency(struct test_perf *t) in total_latency()
455 struct test_perf *t = evt_test_priv(test); in perf_launch_lcores()
612 perf_event_timer_adapter_setup(struct test_perf *t) in perf_event_timer_adapter_setup()
665 perf_event_crypto_adapter_setup(struct test_perf *t, struct prod_data *p) in perf_event_crypto_adapter_setup()
707 cryptodev_sym_sess_create(struct prod_data *p, struct test_perf *t) in cryptodev_sym_sess_create()
737 struct test_perf *t = evt_test_priv(test); in perf_event_dev_port_setup()
1017 struct test_perf *t = evt_test_priv(test); in perf_eventdev_destroy()
1041 struct test_perf *t = evt_test_priv(test); in perf_ethdev_setup()
1150 struct test_perf *t = evt_test_priv(test); in perf_cryptodev_setup()
1267 struct test_perf *t = evt_test_priv(test); in perf_cryptodev_destroy()
1305 struct test_perf *t = evt_test_priv(test); in perf_mempool_setup()
1338 struct test_perf *t = evt_test_priv(test); in perf_mempool_destroy()
1346 void *test_perf; in perf_test_setup() local
1348 test_perf = rte_zmalloc_socket(test->name, sizeof(struct test_perf), in perf_test_setup()
1350 if (test_perf == NULL) { in perf_test_setup()
1354 test->test_priv = test_perf; in perf_test_setup()
1356 struct test_perf *t = evt_test_priv(test); in perf_test_setup()