Searched refs:f_Depletion (Results 1 – 4 of 4) sorted by relevance
349 t_Error BM_POOL_ConfigDepletion(t_Handle h_BmPool, t_BmDepletionCallback *f_Depletion, uint32_t *p… in BM_POOL_ConfigDepletion() argument355 SANITY_CHECK_RETURN_ERROR(f_Depletion, E_INVALID_HANDLE); in BM_POOL_ConfigDepletion()358 p_BmPool->f_Depletion = f_Depletion; in BM_POOL_ConfigDepletion()
237 ASSERT_COND(p_BmPool->f_Depletion); in __poll_portal_slow()238 p_BmPool->f_Depletion(p_BmPool->h_App, (bool)af); in __poll_portal_slow()
236 …t_BmDepletionCallback *f_Depletion; /**< depletion-entry/exit callback, if BMAN_POOL_FLAG_… member
507 t_BmDepletionCallback *f_Depletion,