Lines Matching refs:t_BmPool
58 static void depletion_link(t_BmPool *p_BmPool) in depletion_link()
68 static void depletion_unlink(t_BmPool *p_BmPool) in depletion_unlink()
78 static t_Error BmPoolRelease(t_BmPool *p_BmPool, in BmPoolRelease()
133 static int BmPoolAcquire(t_BmPool *p_BmPool,t_Handle h_BmPortal, in BmPoolAcquire()
163 static t_Error BmPoolFree(t_BmPool *p_BmPool, bool discardBuffers) in BmPoolFree()
203 t_BmPool *p_BmPool; in BM_POOL_Config()
213 p_BmPool = (t_BmPool*)XX_Malloc(sizeof(t_BmPool)); in BM_POOL_Config()
219 memset(p_BmPool, 0, sizeof(t_BmPool)); in BM_POOL_Config()
263 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_Init()
336 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_ConfigBpid()
351 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_ConfigDepletion()
368 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_ConfigStockpile()
392 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_ConfigBuffContextMode()
404 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_GetBuf()
443 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_PutBuf()
477 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_FillBufs()
516 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_GetId()
526 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_GetBufferSize()
536 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_GetBufferContext()
550 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_GetCounter()