Searched refs:m_pool_s (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/scsi/ |
D | ncr53c8xx.c | 225 } m_pool_s; typedef 227 static void *___m_alloc(m_pool_s *mp, int size) in ___m_alloc() 270 static void ___m_free(m_pool_s *mp, void *ptr, int size) in ___m_free() 318 static void *__m_calloc2(m_pool_s *mp, int size, char *name, int uflags) in __m_calloc2() 337 static void __m_free(m_pool_s *mp, void *ptr, int size, char *name) in __m_free() 352 static m_addr_t ___mp0_getp(m_pool_s *mp) in ___mp0_getp() 360 static void ___mp0_freep(m_pool_s *mp, m_addr_t m) in ___mp0_freep() 366 static m_pool_s mp0 = {NULL, ___mp0_getp, ___mp0_freep}; 376 static m_addr_t ___dma_getp(m_pool_s *mp) in ___dma_getp() 402 static void ___dma_freep(m_pool_s *mp, m_addr_t m) in ___dma_freep() [all …]
|