Home
last modified time | relevance | path

Searched refs:STACK_SIZE (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test/
H A Dtest_stack.c14 #define STACK_SIZE 4096 macro
26 __func__, __LINE__, STACK_SIZE * sizeof(void *)); in test_stack_push_pop()
30 for (i = 0; i < STACK_SIZE; 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()
70 STACK_SIZE - i - bulk_sz); in test_stack_push_pop()
84 for (i = 0; i < STACK_SIZE; i++) { in test_stack_push_pop()
88 popped_objs[STACK_SIZE - i - 1], i); in test_stack_push_pop()
113 for (i = 0; i < STACK_SIZE; i++) in test_stack_basic()
135 if (rte_stack_free_count(s) != STACK_SIZE) { in test_stack_basic()
[all …]
H A Dtest_stack_perf.c18 #define STACK_SIZE (RTE_MAX_LCORE * MAX_BURST) macro
305 s = rte_stack_create(STACK_NAME, STACK_SIZE, rte_socket_id(), flags); in __test_stack_perf()