Searched refs:bulk_sz (Results 1 – 2 of 2) sorted by relevance
30 for (i = 0; i < STACK_SIZE; i += bulk_sz) { in test_stack_push_pop()33 if (ret != bulk_sz) { in test_stack_push_pop()35 __func__, __LINE__, ret, bulk_sz); in test_stack_push_pop()40 if (rte_stack_count(s) != i + bulk_sz) { in test_stack_push_pop()43 i + bulk_sz); in test_stack_push_pop()51 STACK_SIZE - i - bulk_sz); in test_stack_push_pop()57 for (i = 0; i < STACK_SIZE; i += bulk_sz) { in test_stack_push_pop()60 if (ret != bulk_sz) { in test_stack_push_pop()62 __func__, __LINE__, ret, bulk_sz); in test_stack_push_pop()70 STACK_SIZE - i - bulk_sz); in test_stack_push_pop()[all …]
590 uint32_t bulk_sz);