Home
last modified time | relevance | path

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

/linux/kernel/dma/
H A Dswiotlb.c262 if (!mem->nslabs || mem->late_alloc) in swiotlb_update_mem_attributes()
269 unsigned long nslabs, bool late_alloc, unsigned int nareas) in swiotlb_init_io_tlb_pool() argument
277 mem->late_alloc = late_alloc; in swiotlb_init_io_tlb_pool()
543 if (mem->late_alloc) { in swiotlb_exit()
/linux/include/linux/
H A Dswiotlb.h75 bool late_alloc; member