MCPcopy Create free account
hub / github.com/F-Stack/f-stack / lf_stack_alloc

Function lf_stack_alloc

dpdk/drivers/mempool/stack/rte_mempool_stack.c:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38static int
39lf_stack_alloc(struct rte_mempool *mp)
40{
41 return __stack_alloc(mp, RTE_STACK_F_LF);
42}
43
44static int
45stack_enqueue(struct rte_mempool *mp, void * const *obj_table,

Callers

nothing calls this directly

Calls 1

__stack_allocFunction · 0.85

Tested by

no test coverage detected