Home
last modified time | relevance | path

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

/linux-3.3/lib/
Dswiotlb.c71 static unsigned long io_tlb_overflow = 32*1024; variable
164 io_tlb_overflow_buffer = alloc_bootmem_low_pages(PAGE_ALIGN(io_tlb_overflow)); in swiotlb_init_with_tbl()
273 get_order(io_tlb_overflow)); in swiotlb_late_init_with_default_size()
307 get_order(io_tlb_overflow)); in swiotlb_free()
316 PAGE_ALIGN(io_tlb_overflow)); in swiotlb_free()
645 if (size <= io_tlb_overflow || !do_panic) in swiotlb_full()