Lines Matching refs:m_pool_p
60 static void *___sym_malloc(m_pool_p mp, int size) in ___sym_malloc()
106 static void ___sym_mfree(m_pool_p mp, void *ptr, int size) in ___sym_mfree()
158 static void *__sym_calloc2(m_pool_p mp, int size, char *name, int uflags) in __sym_calloc2()
179 static void __sym_mfree(m_pool_p mp, void *ptr, int size, char *name) in __sym_mfree()
193 static void *___mp0_get_mem_cluster(m_pool_p mp) in ___mp0_get_mem_cluster()
202 static void ___mp0_free_mem_cluster(m_pool_p mp, void *m) in ___mp0_free_mem_cluster()
223 static void * ___get_dma_mem_cluster(m_pool_p mp) in ___get_dma_mem_cluster()
246 static void ___free_dma_mem_cluster(m_pool_p mp, void *m) in ___free_dma_mem_cluster()
265 static inline m_pool_p ___get_dma_pool(m_pool_ident_t dev_dmat) in ___get_dma_pool()
267 m_pool_p mp; in ___get_dma_pool()
275 static m_pool_p ___cre_dma_pool(m_pool_ident_t dev_dmat) in ___cre_dma_pool()
277 m_pool_p mp = __sym_calloc(&mp0, sizeof(*mp), "MPOOL"); in ___cre_dma_pool()
293 static void ___del_dma_pool(m_pool_p p) in ___del_dma_pool()
295 m_pool_p *pp = &mp0.next; in ___del_dma_pool()
315 m_pool_p mp; in __sym_calloc_dma()
338 m_pool_p mp; in __sym_mfree_dma()
360 m_pool_p mp; in __vtobus()