Searched refs:rte_stack_count (Results 1 – 3 of 3) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_stack.c | 40 if (rte_stack_count(s) != i + bulk_sz) { in test_stack_push_pop() 42 __func__, __LINE__, rte_stack_count(s), in test_stack_push_pop() 50 __func__, __LINE__, rte_stack_count(s), in test_stack_push_pop() 67 if (rte_stack_count(s) != STACK_SIZE - i - bulk_sz) { in test_stack_push_pop() 69 __func__, __LINE__, rte_stack_count(s), in test_stack_push_pop() 77 __func__, __LINE__, rte_stack_count(s), in test_stack_push_pop() 129 if (rte_stack_count(s) != 0) { in test_stack_basic() 131 __func__, __LINE__, rte_stack_count(s)); in test_stack_basic() 137 __func__, __LINE__, rte_stack_count(s), STACK_SIZE); in test_stack_basic()
|
| /dpdk/lib/stack/ |
| H A D | rte_stack.h | 154 rte_stack_count(struct rte_stack *s) in rte_stack_count() function 177 return s->capacity - rte_stack_count(s); in rte_stack_free_count()
|
| /dpdk/drivers/mempool/stack/ |
| H A D | rte_mempool_stack.c | 67 return rte_stack_count(s); in stack_get_count()
|