Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_stack.c48 if (rte_stack_free_count(s) != STACK_SIZE - i - bulk_sz) { in test_stack_push_pop()
75 if (rte_stack_free_count(s) != i + bulk_sz) { in test_stack_push_pop()
135 if (rte_stack_free_count(s) != STACK_SIZE) { in test_stack_basic()
/dpdk/lib/stack/
H A Drte_stack.h173 rte_stack_free_count(struct rte_stack *s) in rte_stack_free_count() function