Lines Matching defs:m_pool_s
225 } m_pool_s;
227 static void *___m_alloc(m_pool_s *mp, int size)
270 static void ___m_free(m_pool_s *mp, void *ptr, int size)
318 static void *__m_calloc2(m_pool_s *mp, int size, char *name, int uflags)
337 static void __m_free(m_pool_s *mp, void *ptr, int size, char *name)
352 static m_addr_t ___mp0_getp(m_pool_s *mp)
360 static void ___mp0_freep(m_pool_s *mp, m_addr_t m)
366 static m_pool_s mp0 = {NULL, ___mp0_getp, ___mp0_freep};
376 static m_addr_t ___dma_getp(m_pool_s *mp)
402 static void ___dma_freep(m_pool_s *mp, m_addr_t m)
420 static inline m_pool_s *___get_dma_pool(m_bush_t bush)
422 m_pool_s *mp;
427 static m_pool_s *___cre_dma_pool(m_bush_t bush)
429 m_pool_s *mp;
442 static void ___del_dma_pool(m_pool_s *p)
490 m_pool_s *mp;