Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dsym53c8xx_comm.h603 } m_pool_s; typedef
605 static void *___m_alloc(m_pool_s *mp, int size) in ___m_alloc()
648 static void ___m_free(m_pool_s *mp, void *ptr, int size) in ___m_free()
694 static void *__m_calloc2(m_pool_s *mp, int size, char *name, int uflags) in __m_calloc2()
713 static void __m_free(m_pool_s *mp, void *ptr, int size, char *name) in __m_free()
730 static m_pool_s mp0;
734 static m_addr_t ___mp0_getp(m_pool_s *mp) in ___mp0_getp()
742 static void ___mp0_freep(m_pool_s *mp, m_addr_t m) in ___mp0_freep()
748 static m_pool_s mp0 = {0, ___mp0_getp, ___mp0_freep};
788 static m_addr_t ___dma_getp(m_pool_s *mp) in ___dma_getp()
[all …]
Dsym53c8xx.c796 } m_pool_s; typedef
798 static void *___m_alloc(m_pool_s *mp, int size) in ___m_alloc()
841 static void ___m_free(m_pool_s *mp, void *ptr, int size) in ___m_free()
887 static void *__m_calloc2(m_pool_s *mp, int size, char *name, int uflags) in __m_calloc2()
906 static void __m_free(m_pool_s *mp, void *ptr, int size, char *name) in __m_free()
923 static m_pool_s mp0;
927 static m_addr_t ___mp0_getp(m_pool_s *mp) in ___mp0_getp()
935 static void ___mp0_freep(m_pool_s *mp, m_addr_t m) in ___mp0_freep()
941 static m_pool_s mp0 = {0, ___mp0_getp, ___mp0_freep};
981 static m_addr_t ___dma_getp(m_pool_s *mp) in ___dma_getp()
[all …]