Searched refs:bufferPoolDbg (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
H A DbufferPool.h60 bufferPoolDbg_t bufferPoolDbg; /**< debug information */ member in struct:__anon1042
H A DbufferPool.c100 os_memoryZero( pBufferPool->hOS, &(pBufferPool->bufferPoolDbg), sizeof( bufferPoolDbg_t ) );
175 pBufferPool->bufferPoolDbg.numberOfUsedBuffers = 0;
180 pBufferPool->bufferPoolDbg.bAllocated[ i ] = FALSE;
206 pBufferPool->bufferPoolDbg.NumberOfDeclinedAllocations++;
219 pBufferPool->bufferPoolDbg.numberOfUsedBuffers++;
222 pBufferPool->bufferPoolDbg.NumberOfSuccessfulAllocations++;
228 pBufferPool->bufferPoolDbg.bAllocated[ bufferIndex ] = TRUE;
254 (FALSE == pBufferPool->bufferPoolDbg.bAllocated[ bufferIndex ]) )
257 pBufferPool->bufferPoolDbg.NumberOfFreeBufferRefreed++;
265 pBufferPool->bufferPoolDbg
[all...]

Completed in 799 milliseconds