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

/linux-master/include/linux/
H A Ddma-map-ops.h304 static inline bool dma_kmalloc_size_aligned(size_t size) function
333 return !dma_kmalloc_safe(dev, dir) && !dma_kmalloc_size_aligned(size);
/linux-master/drivers/iommu/
H A Ddma-iommu.c631 if (!dma_kmalloc_size_aligned(s->length))

Completed in 211 milliseconds