Home
last modified time | relevance | path

Searched refs:iNumOutstanding (Results 1 – 2 of 2) sorted by relevance

/external/opencore/oscl/oscl/osclmemory/src/
Doscl_mem_mempool.cpp352 if (iMemPoolBufferList[j]->iNumOutstanding == 0) in allocate()
449 ++(freeblock->iParentBuffer->iNumOutstanding); in allocate()
472 --(retblock->iParentBuffer->iNumOutstanding); in deallocate()
520 if (iMemPoolBufferList[j]->iNumOutstanding == 0) in deallocate()
722 newbufferinfo->iNumOutstanding = 0; in addnewmempoolbuffer()
753 OSCL_ASSERT(bufferinfo->iNumOutstanding == 0); in destroyallmempoolbuffers()
Doscl_mem_mempool.h307 uint32 iNumOutstanding; // Number of outstanding blocks from this memory pool buffer member