Home
last modified time | relevance | path

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

/linux/kernel/dma/
H A Dswiotlb.c551 unsigned int order, area_order, slot_order; in swiotlb_init_late() local
622 slot_order = get_order(array_size(sizeof(*mem->slots), nslabs)); in swiotlb_init_late()
624 slot_order); in swiotlb_init_late()
645 free_pages((unsigned long)mem->slots, slot_order); in swiotlb_init_late()
838 unsigned int slot_order; in swiotlb_alloc_pool() local
866 slot_order = get_order(array_size(sizeof(*pool->slots), nslabs)); in swiotlb_alloc_pool()
868 __get_free_pages(gfp, slot_order); in swiotlb_alloc_pool()