return the number of entries allocated from the mempool */
| 1026 | |
| 1027 | /* return the number of entries allocated from the mempool */ |
| 1028 | unsigned int |
| 1029 | rte_mempool_in_use_count(const struct rte_mempool *mp) |
| 1030 | { |
| 1031 | return mp->size - rte_mempool_avail_count(mp); |
| 1032 | } |
| 1033 | |
| 1034 | /* dump the cache status */ |
| 1035 | static unsigned |