Lines Matching refs:bulk_sizes
25 static volatile unsigned int bulk_sizes[] = {8, MAX_BURST}; variable
120 rte_stack_pop(s, objs, bulk_sizes[0]); in test_empty_pop()
177 for (i = 0; i < RTE_DIM(bulk_sizes); i++) { in run_on_core_pair()
180 args[0].sz = args[1].sz = bulk_sizes[i]; in run_on_core_pair()
195 bulk_sizes[i], (args[0].avg + args[1].avg) / 2); in run_on_core_pair()
206 for (i = 0; i < RTE_DIM(bulk_sizes); i++) { in run_on_n_cores()
218 args[lcore_id].sz = bulk_sizes[i]; in run_on_n_cores()
229 args[lcore_id].sz = bulk_sizes[i]; in run_on_n_cores()
245 bulk_sizes[i], avg / n); in run_on_n_cores()
281 for (sz = 0; sz < RTE_DIM(bulk_sizes); sz++) { in test_bulk_push_pop()
285 rte_stack_push(s, objs, bulk_sizes[sz]); in test_bulk_push_pop()
286 rte_stack_pop(s, objs, bulk_sizes[sz]); in test_bulk_push_pop()
292 (iterations * bulk_sizes[sz])); in test_bulk_push_pop()
295 bulk_sizes[sz], avg); in test_bulk_push_pop()