Searched refs:bulk_sz (Results 1 – 2 of 2) sorted by relevance
31 for (i = 0; i < STACK_SIZE; i += bulk_sz) { in test_stack_push_pop()34 if (ret != bulk_sz) { in test_stack_push_pop()36 __func__, __LINE__, ret, bulk_sz); in test_stack_push_pop()41 if (rte_stack_count(s) != i + bulk_sz) { in test_stack_push_pop()44 i + bulk_sz); in test_stack_push_pop()52 STACK_SIZE - i - bulk_sz); in test_stack_push_pop()58 for (i = 0; i < STACK_SIZE; i += bulk_sz) { in test_stack_push_pop()61 if (ret != bulk_sz) { in test_stack_push_pop()63 __func__, __LINE__, ret, bulk_sz); in test_stack_push_pop()71 STACK_SIZE - i - bulk_sz); in test_stack_push_pop()[all …]
389 uint32_t bulk_sz);