Searched refs:rte_stack_push (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_stack.c | 32 ret = rte_stack_push(s, &obj_table[i], bulk_sz); in test_stack_push_pop() 156 ret = rte_stack_push(s, obj_table, 2 * STACK_SIZE); in test_stack_basic() 291 if (rte_stack_push(thread_test_args.s, obj_table, num) != num) { in stack_thread_push_pop()
|
| H A D | test_stack_perf.c | 154 rte_stack_push(s, objs, size); in bulk_push_pop() 263 rte_stack_push(s, &obj, 1); in test_single_push_pop() 285 rte_stack_push(s, objs, bulk_sizes[sz]); in test_bulk_push_pop()
|
| /f-stack/dpdk/drivers/mempool/stack/ |
| H A D | rte_mempool_stack.c | 50 return rte_stack_push(s, obj_table, n) == 0 ? -ENOBUFS : 0; in stack_enqueue()
|
| /f-stack/dpdk/lib/librte_stack/ |
| H A D | rte_stack.h | 112 rte_stack_push(struct rte_stack *s, void * const *obj_table, unsigned int n) in rte_stack_push() function
|