Lines Matching refs:nb_flows
43 const uint32_t nb_flows = t->nb_flows; in perf_producer() local
65 ev.flow_id = flow_counter++ % nb_flows; in perf_producer()
95 const uint32_t nb_flows = t->nb_flows; in perf_producer_burst() local
126 ev[i].flow_id = flow_counter++ % nb_flows; in perf_producer_burst()
158 const uint32_t nb_flows = t->nb_flows; in perf_event_timer_producer() local
190 m[i]->tim.ev.flow_id = flow_counter++ % nb_flows; in perf_event_timer_producer()
224 const uint32_t nb_flows = t->nb_flows; in perf_event_timer_producer_burst() local
256 m[i]->tim.ev.flow_id = flow_counter++ % nb_flows; in perf_event_timer_producer_burst()
282 const uint32_t nb_flows = t->nb_flows; in crypto_adapter_enq_op_new() local
315 op, crypto_sess[flow_counter++ % nb_flows]); in crypto_adapter_enq_op_new()
332 const uint32_t nb_flows = t->nb_flows; in crypto_adapter_enq_op_fwd() local
369 op, crypto_sess[flow_counter++ % nb_flows]); in crypto_adapter_enq_op_fwd()
823 NULL, sizeof(crypto_sess) * t->nb_flows, in perf_event_dev_port_setup()
832 for (flow_id = 0; flow_id < t->nb_flows; flow_id++) { in perf_event_dev_port_setup()
1172 nb_sessions = evt_nr_active_lcores(opt->plcores) * t->nb_flows; in perf_cryptodev_setup()
1279 for (flow_id = 0; flow_id < t->nb_flows; flow_id++) { in perf_cryptodev_destroy()
1370 t->nb_flows = opt->nb_flows; in perf_test_setup()