Searched refs:dma_pool_alloc (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/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 | 1360 #define pci_pool_alloc(pool, flags, handle) dma_pool_alloc(pool, flags, handle)
|
/linux-4.19.296/drivers/misc/mic/scif/ |
D | scif_fence.c | 238 status = dma_pool_alloc(ep->remote_dev->signal_pool, GFP_KERNEL, in _scif_prog_signal()
|
/linux-4.19.296/drivers/thunderbolt/ |
D | ctl.c | 313 pkg->buffer = dma_pool_alloc(ctl->frame_pool, GFP_KERNEL, in tb_ctl_pkg_alloc()
|