| 36 | } |
| 37 | |
| 38 | static int |
| 39 | lf_stack_alloc(struct rte_mempool *mp) |
| 40 | { |
| 41 | return __stack_alloc(mp, RTE_STACK_F_LF); |
| 42 | } |
| 43 | |
| 44 | static int |
| 45 | stack_enqueue(struct rte_mempool *mp, void * const *obj_table, |
nothing calls this directly
no test coverage detected