Searched defs:fd_dma_mem_alloc (Results 1 – 3 of 3) sorted by relevance
104 static inline unsigned long fd_dma_mem_alloc(unsigned long size) in fd_dma_mem_alloc() function
115 static inline unsigned long fd_dma_mem_alloc(unsigned long size) in fd_dma_mem_alloc() function
270 #define fd_dma_mem_alloc(size) __get_dma_pages(GFP_KERNEL, get_order(size)) macro