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

Function stack_get_count

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

Source from the content-addressed store, hash-verified

60}
61
62static unsigned
63stack_get_count(const struct rte_mempool *mp)
64{
65 struct rte_stack *s = mp->pool_data;
66
67 return rte_stack_count(s);
68}
69
70static void
71stack_free(struct rte_mempool *mp)

Callers

nothing calls this directly

Calls 1

rte_stack_countFunction · 0.85

Tested by

no test coverage detected