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

/linux-master/kernel/dma/
H A Dswiotlb.c604 * swiotlb_alloc_tlb() - allocate a dynamic IO TLB buffer
612 static struct page *swiotlb_alloc_tlb(struct device *dev, size_t bytes, function
705 while (!(tlb = swiotlb_alloc_tlb(dev, tlb_size, phys_limit, gfp))) {

Completed in 204 milliseconds