Lines Matching refs:thread_params
141 struct thread_params { struct
2626 struct thread_params *tp = cb_arg; in dequeue_event_callback()
2752 struct thread_params *tp = arg; in throughput_intr_lcore_ldpc_dec()
2852 struct thread_params *tp = arg; in throughput_intr_lcore_dec()
2939 struct thread_params *tp = arg; in throughput_intr_lcore_enc()
3026 struct thread_params *tp = arg; in throughput_intr_lcore_ldpc_enc()
3114 struct thread_params *tp = arg; in throughput_pmd_lcore_dec()
3210 struct thread_params *tp = arg; in bler_pmd_lcore_ldpc_dec()
3340 struct thread_params *tp = arg; in throughput_pmd_lcore_ldpc_dec()
3462 struct thread_params *tp = arg; in throughput_pmd_lcore_enc()
3552 struct thread_params *tp = arg; in throughput_pmd_lcore_ldpc_enc()
3640 print_enc_throughput(struct thread_params *t_params, unsigned int used_cores) in print_enc_throughput()
3660 print_dec_throughput(struct thread_params *t_params, unsigned int used_cores) in print_dec_throughput()
3685 print_dec_bler(struct thread_params *t_params, unsigned int used_cores) in print_dec_bler()
3719 struct thread_params *t_params; in bler_test()
3745 t_params = rte_zmalloc(NULL, num_lcores * sizeof(struct thread_params), in bler_test()
3748 RTE_ALIGN(sizeof(struct thread_params) * num_lcores, in bler_test()
3813 struct thread_params *t_params, *tp; in throughput_test()
3839 t_params = rte_zmalloc(NULL, num_lcores * sizeof(struct thread_params), in throughput_test()
3842 RTE_ALIGN(sizeof(struct thread_params) * num_lcores, in throughput_test()