Home
last modified time | relevance | path

Searched refs:MbufPool (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/net/osl/
Dosl_MbufPool.h27 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()
[all …]
Dosl_MbufIndexed.h40 friend class MbufPool;
Dosl_MbufSystem.h74 MbufPool m_Pools[MAX_POOL];
Dosl_Mbuf.h166 class MbufPool; variable