Searched refs:m_pool_s (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/
H A Dncr53c8xx.c232 } m_pool_s; typedef in typeref:struct:m_pool
234 static void *___m_alloc(m_pool_s *mp, int size) ___m_alloc()
277 static void ___m_free(m_pool_s *mp, void *ptr, int size) ___m_free()
325 static void *__m_calloc2(m_pool_s *mp, int size, char *name, int uflags) __m_calloc2()
344 static void __m_free(m_pool_s *mp, void *ptr, int size, char *name) __m_free()
359 static m_addr_t ___mp0_getp(m_pool_s *mp) ___mp0_getp()
367 static void ___mp0_freep(m_pool_s *mp, m_addr_t m) ___mp0_freep()
373 static m_pool_s mp0 = {NULL, ___mp0_getp, ___mp0_freep};
383 static m_addr_t ___dma_getp(m_pool_s *mp) ___dma_getp()
409 static void ___dma_freep(m_pool_s *mp, m_addr_t m) ___dma_freep()
427 static inline m_pool_s *___get_dma_pool(m_bush_t bush) ___get_dma_pool()
429 m_pool_s *mp; ___get_dma_pool()
434 static m_pool_s *___cre_dma_pool(m_bush_t bush) ___cre_dma_pool()
436 m_pool_s *mp; ___cre_dma_pool()
449 static void ___del_dma_pool(m_pool_s *p) ___del_dma_pool()
497 m_pool_s *mp; __vtobus()

Completed in 115 milliseconds