Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_stack/
H A Drte_stack_std.h62 __rte_stack_std_pop(struct rte_stack *s, void **obj_table, unsigned int n) in __rte_stack_std_pop() function
H A Drte_stack.h144 return __rte_stack_std_pop(s, obj_table, n); in rte_stack_pop()