Searched refs:m_pool_p (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/scsi/sym53c8xx_2/ |
D | sym_malloc.c | 47 static void *___sym_malloc(m_pool_p mp, int size) in ___sym_malloc() 93 static void ___sym_mfree(m_pool_p mp, void *ptr, int size) in ___sym_mfree() 145 static void *__sym_calloc2(m_pool_p mp, int size, char *name, int uflags) in __sym_calloc2() 166 static void __sym_mfree(m_pool_p mp, void *ptr, int size, char *name) in __sym_mfree() 180 static void *___mp0_get_mem_cluster(m_pool_p mp) in ___mp0_get_mem_cluster() 189 static void ___mp0_free_mem_cluster(m_pool_p mp, void *m) in ___mp0_free_mem_cluster() 210 static void * ___get_dma_mem_cluster(m_pool_p mp) in ___get_dma_mem_cluster() 233 static void ___free_dma_mem_cluster(m_pool_p mp, void *m) in ___free_dma_mem_cluster() 252 static inline m_pool_p ___get_dma_pool(m_pool_ident_t dev_dmat) in ___get_dma_pool() 254 m_pool_p mp; in ___get_dma_pool() [all …]
|
D | sym_hipd.h | 1162 } *m_pool_p; typedef 1193 static inline void *sym_m_get_dma_mem_cluster(m_pool_p mp, m_vtob_p vbp) in sym_m_get_dma_mem_cluster() 1207 static inline void sym_m_free_dma_mem_cluster(m_pool_p mp, m_vtob_p vbp) in sym_m_free_dma_mem_cluster()
|