Lines Matching refs:thread_params
141 struct thread_params { struct
2580 struct thread_params *tp = cb_arg; in dequeue_event_callback()
2706 struct thread_params *tp = arg; in throughput_intr_lcore_ldpc_dec()
2809 struct thread_params *tp = arg; in throughput_intr_lcore_dec()
2899 struct thread_params *tp = arg; in throughput_intr_lcore_enc()
2989 struct thread_params *tp = arg; in throughput_intr_lcore_ldpc_enc()
3080 struct thread_params *tp = arg; in throughput_pmd_lcore_dec()
3177 struct thread_params *tp = arg; in bler_pmd_lcore_ldpc_dec()
3308 struct thread_params *tp = arg; in throughput_pmd_lcore_ldpc_dec()
3431 struct thread_params *tp = arg; in throughput_pmd_lcore_enc()
3522 struct thread_params *tp = arg; in throughput_pmd_lcore_ldpc_enc()
3611 print_enc_throughput(struct thread_params *t_params, unsigned int used_cores) in print_enc_throughput()
3631 print_dec_throughput(struct thread_params *t_params, unsigned int used_cores) in print_dec_throughput()
3656 print_dec_bler(struct thread_params *t_params, unsigned int used_cores) in print_dec_bler()
3690 struct thread_params *t_params; in bler_test()
3716 t_params = rte_zmalloc(NULL, num_lcores * sizeof(struct thread_params), in bler_test()
3719 RTE_ALIGN(sizeof(struct thread_params) * num_lcores, in bler_test()
3784 struct thread_params *t_params, *tp; in throughput_test()
3810 t_params = rte_zmalloc(NULL, num_lcores * sizeof(struct thread_params), in throughput_test()
3813 RTE_ALIGN(sizeof(struct thread_params) * num_lcores, in throughput_test()