Home
last modified time | relevance | path

Searched refs:late_alloc (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/dma/
H A Dswiotlb.c370 if (!mem->nslabs || mem->late_alloc) in swiotlb_update_mem_attributes()
387 void *vaddr, unsigned long nslabs, bool late_alloc, in swiotlb_init_io_tlb_pool() argument
395 mem->late_alloc = late_alloc; in swiotlb_init_io_tlb_pool()
678 if (mem->late_alloc) { in swiotlb_exit()
/linux/include/linux/
H A Dswiotlb.h79 bool late_alloc; member