Home
last modified time | relevance | path

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

/linux/drivers/xen/
A Dswiotlb-xen.c177 #define IO_TLB_MIN_SLABS ((1<<20) >> IO_TLB_SHIFT) in xen_swiotlb_init() macro
178 while ((SLABS_PER_PAGE << order) > IO_TLB_MIN_SLABS) { in xen_swiotlb_init()
/linux/kernel/dma/
A Dswiotlb.c67 #define IO_TLB_MIN_SLABS ((1<<20) >> IO_TLB_SHIFT) macro
280 while ((SLABS_PER_PAGE << order) > IO_TLB_MIN_SLABS) { in swiotlb_late_init_with_default_size()

Completed in 5 milliseconds