Lines Matching refs:used_cores

3640 print_enc_throughput(struct thread_params *t_params, unsigned int used_cores)  in print_enc_throughput()  argument
3645 for (iter = 0; iter < used_cores; iter++) { in print_enc_throughput()
3655 used_cores, total_mops, total_mbps); in print_enc_throughput()
3660 print_dec_throughput(struct thread_params *t_params, unsigned int used_cores) in print_dec_throughput() argument
3666 for (core_idx = 0; core_idx < used_cores; core_idx++) { in print_dec_throughput()
3680 used_cores, total_mops, total_mbps, iter_count); in print_dec_throughput()
3685 print_dec_bler(struct thread_params *t_params, unsigned int used_cores) in print_dec_bler() argument
3691 for (core_idx = 0; core_idx < used_cores; core_idx++) { in print_dec_bler()
3702 total_bler /= used_cores; in print_dec_bler()
3703 total_iter /= used_cores; in print_dec_bler()
3718 unsigned int lcore_id, used_cores = 0; in bler_test() local
3766 t_params[0].queue_id = ad->queue_ids[used_cores++]; in bler_test()
3770 if (used_cores >= num_lcores) in bler_test()
3773 t_params[used_cores].dev_id = ad->dev_id; in bler_test()
3774 t_params[used_cores].lcore_id = lcore_id; in bler_test()
3775 t_params[used_cores].op_params = op_params; in bler_test()
3776 t_params[used_cores].queue_id = ad->queue_ids[used_cores]; in bler_test()
3777 t_params[used_cores].iter_count = 0; in bler_test()
3780 &t_params[used_cores++], lcore_id); in bler_test()
3787 for (used_cores = 1; used_cores < num_lcores; used_cores++) in bler_test()
3788 ret |= rte_eal_wait_lcore(t_params[used_cores].lcore_id); in bler_test()
3812 unsigned int lcore_id, used_cores = 0; in throughput_test() local
3884 t_params[0].queue_id = ad->queue_ids[used_cores++]; in throughput_test()
3888 if (used_cores >= num_lcores) in throughput_test()
3891 t_params[used_cores].dev_id = ad->dev_id; in throughput_test()
3892 t_params[used_cores].lcore_id = lcore_id; in throughput_test()
3893 t_params[used_cores].op_params = op_params; in throughput_test()
3894 t_params[used_cores].queue_id = ad->queue_ids[used_cores]; in throughput_test()
3895 t_params[used_cores].iter_count = 0; in throughput_test()
3898 &t_params[used_cores++], lcore_id); in throughput_test()
3905 for (used_cores = 1; used_cores < num_lcores; used_cores++) in throughput_test()
3906 ret |= rte_eal_wait_lcore(t_params[used_cores].lcore_id); in throughput_test()
3942 for (used_cores = 1; used_cores < num_lcores; used_cores++) { in throughput_test()
3943 tp = &t_params[used_cores]; in throughput_test()