Lines Matching refs:bulk_sizes
24 static volatile unsigned int bulk_sizes[] = {8, MAX_BURST}; variable
119 rte_stack_pop(s, objs, bulk_sizes[0]); in test_empty_pop()
175 for (i = 0; i < RTE_DIM(bulk_sizes); i++) { in run_on_core_pair()
178 args[0].sz = args[1].sz = bulk_sizes[i]; in run_on_core_pair()
193 bulk_sizes[i], (args[0].avg + args[1].avg) / 2); in run_on_core_pair()
204 for (i = 0; i < RTE_DIM(bulk_sizes); i++) { in run_on_n_cores()
216 args[lcore_id].sz = bulk_sizes[i]; in run_on_n_cores()
227 args[lcore_id].sz = bulk_sizes[i]; in run_on_n_cores()
243 bulk_sizes[i], avg / n); in run_on_n_cores()
279 for (sz = 0; sz < RTE_DIM(bulk_sizes); sz++) { in test_bulk_push_pop()
283 rte_stack_push(s, objs, bulk_sizes[sz]); in test_bulk_push_pop()
284 rte_stack_pop(s, objs, bulk_sizes[sz]); in test_bulk_push_pop()
290 (iterations * bulk_sizes[sz])); in test_bulk_push_pop()
293 bulk_sizes[sz], avg); in test_bulk_push_pop()