Searched refs:dma_pool_alloc (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
D | dmapool.h | 26 void *dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, 42 static inline void *dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, in dma_pool_alloc() function 55 return dma_pool_alloc(pool, mem_flags | __GFP_ZERO, handle); in dma_pool_zalloc()
|
D | pci.h | 1439 #define pci_pool_alloc(pool, flags, handle) dma_pool_alloc(pool, flags, handle)
|