Home
last modified time | relevance | path

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

/linux/kernel/dma/
H A Dswiotlb.c62 #define IO_TLB_MIN_SLABS ((1<<20) >> IO_TLB_SHIFT) macro
386 if (nslabs <= IO_TLB_MIN_SLABS) in swiotlb_init_remap()
467 while ((SLABS_PER_PAGE << order) > IO_TLB_MIN_SLABS) { in swiotlb_init_late()
486 if (nslabs < IO_TLB_MIN_SLABS) in swiotlb_init_late()
740 pool = swiotlb_alloc_pool(NULL, IO_TLB_MIN_SLABS, default_nslabs, in swiotlb_dyn_alloc()