Lines Matching refs:sz
129 unsigned int sz; member
144 size = args->sz; in bulk_push_pop()
178 args[0].sz = args[1].sz = bulk_sizes[i]; in run_on_core_pair()
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()
277 unsigned int sz, i; in test_bulk_push_pop() local
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()