Home
last modified time | relevance | path

Searched refs:rte_stack_pop (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_stack_perf.c120 rte_stack_pop(s, objs, bulk_sizes[0]); in test_empty_pop()
155 rte_stack_pop(s, objs, size); in bulk_push_pop()
264 rte_stack_pop(s, &obj, 1); in test_single_push_pop()
286 rte_stack_pop(s, objs, bulk_sizes[sz]); in test_bulk_push_pop()
H A Dtest_stack.c59 ret = rte_stack_pop(s, &popped_objs[i], bulk_sz); in test_stack_push_pop()
163 ret = rte_stack_pop(s, obj_table, 1); in test_stack_basic()
297 if (rte_stack_pop(thread_test_args.s, obj_table, num) != num) { in stack_thread_push_pop()
/f-stack/dpdk/drivers/mempool/stack/
H A Drte_mempool_stack.c59 return rte_stack_pop(s, obj_table, n) == 0 ? -ENOBUFS : 0; in stack_dequeue()
/f-stack/dpdk/lib/librte_stack/
H A Drte_stack.h136 rte_stack_pop(struct rte_stack *s, void **obj_table, unsigned int n) in rte_stack_pop() function