Home
last modified time | relevance | path

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

/linux-2.6.39/lib/
Dswiotlb.c44 #define SLABS_PER_PAGE (1 << (PAGE_SHIFT - IO_TLB_SHIFT)) macro
218 io_tlb_nslabs = SLABS_PER_PAGE << order; in swiotlb_late_init_with_default_size()
221 while ((SLABS_PER_PAGE << order) > IO_TLB_MIN_SLABS) { in swiotlb_late_init_with_default_size()
235 io_tlb_nslabs = SLABS_PER_PAGE << order; in swiotlb_late_init_with_default_size()