Lines Matching refs:MbufPool
27 class MbufPool
36 MbufPool();
37 ~MbufPool();
75 class MbufPool::SharedArea
91 inline size_t MbufPool::GetUnitSize(void) const in GetUnitSize()
96 inline size_t MbufPool::GetDataSize(void) const in GetDataSize()
101 inline Mbuf* MbufPool::GetPtrFromIndex(s32 index) in GetPtrFromIndex()
107 inline s32* MbufPool::GetFreeIndexPtr(void) in GetFreeIndexPtr()
112 inline size_t MbufPool::GetUsingSize(void) const in GetUsingSize()
117 inline s32 MbufPool::GetMaxCount(void) const in GetMaxCount()
122 inline s32 MbufPool::GetFreeCount(void) const in GetFreeCount()