Searched refs:t_BmPool (Results 1 – 3 of 3) sorted by relevance
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()[all …]
248 } t_BmPool; typedef282 t_BmPool *depletionPoolsTable[BM_MAX_NUM_OF_POOLS];
200 t_BmPool *p_BmPool; in __poll_portal_slow()