Searched refs:rte_stack_count (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_stack.c | 41 if (rte_stack_count(s) != i + bulk_sz) { in test_stack_push_pop() 43 __func__, __LINE__, rte_stack_count(s), in test_stack_push_pop() 51 __func__, __LINE__, rte_stack_count(s), in test_stack_push_pop() 68 if (rte_stack_count(s) != STACK_SIZE - i - bulk_sz) { in test_stack_push_pop() 70 __func__, __LINE__, rte_stack_count(s), in test_stack_push_pop() 78 __func__, __LINE__, rte_stack_count(s), in test_stack_push_pop() 130 if (rte_stack_count(s) != 0) { in test_stack_basic() 132 __func__, __LINE__, rte_stack_count(s)); in test_stack_basic() 138 __func__, __LINE__, rte_stack_count(s), STACK_SIZE); in test_stack_basic()
|
| /f-stack/dpdk/lib/librte_stack/ |
| H A D | rte_stack.h | 156 rte_stack_count(struct rte_stack *s) in rte_stack_count() function 179 return s->capacity - rte_stack_count(s); in rte_stack_free_count()
|
| /f-stack/dpdk/drivers/mempool/stack/ |
| H A D | rte_mempool_stack.c | 67 return rte_stack_count(s); in stack_get_count()
|