Searched refs:dma_kmalloc_safe (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Ddma-map-ops.h279 static inline bool dma_kmalloc_safe(struct device *dev, function
333 return !dma_kmalloc_safe(dev, dir) && !dma_kmalloc_size_aligned(size);
/linux-master/drivers/iommu/
H A Ddma-iommu.c629 if (!dma_kmalloc_safe(dev, dir)) {

Completed in 146 milliseconds