Searched refs:num_to_process (Results 1 – 2 of 2) sorted by relevance
| /dpdk/app/test-bbdev/ |
| H A D | test_bbdev_perf.c | 2378 op_params->num_to_process = num_to_process; in init_test_op_params() 2756 const uint16_t num_to_process = tp->op_params->num_to_process; in throughput_intr_lcore_ldpc_dec() local 2792 num_to_process); in throughput_intr_lcore_ldpc_dec() 2856 const uint16_t num_to_process = tp->op_params->num_to_process; in throughput_intr_lcore_dec() local 2886 num_to_process); in throughput_intr_lcore_dec() 2943 const uint16_t num_to_process = tp->op_params->num_to_process; in throughput_intr_lcore_enc() local 2971 num_to_process); in throughput_intr_lcore_enc() 3030 const uint16_t num_to_process = tp->op_params->num_to_process; in throughput_intr_lcore_ldpc_enc() local 4270 const uint16_t num_to_process = op_params->num_to_process; in validation_latency_test() local 4729 const uint16_t num_to_process = op_params->num_to_process; in offload_cost_test() [all …]
|
| /dpdk/drivers/event/opdl/ |
| H A D | opdl_ring.c | 217 num_to_process(struct opdl_stage *s, uint32_t n, bool block) in num_to_process() function 295 num_entries = num_to_process(s, num_entries, block); in opdl_ring_input_singlethread() 440 *num_entries = num_to_process(s, orig_num_entries, block); in move_head_atomically() 515 num_entries = num_to_process(s, num_entries, block); in opdl_stage_claim_singlethread() 524 num_entries = num_to_process(s, num_entries, block); in opdl_stage_claim_singlethread() 594 num_entries = num_to_process(s, num_entries, block); in opdl_stage_claim_copy_singlethread() 653 num_entries = num_to_process(s, num_entries, block); in opdl_ring_copy_from_burst() 673 num_entries = num_to_process(s, num_entries, block); in opdl_ring_copy_to_burst()
|