Home
last modified time | relevance | path

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

/linux/drivers/iommu/iommufd/
H A Dviommu.c297 size_t max_npages; in iommufd_hw_queue_alloc_phys() local
307 max_npages = length / PAGE_SIZE; in iommufd_hw_queue_alloc_phys()
309 length = max_npages * PAGE_SIZE; in iommufd_hw_queue_alloc_phys()
315 pages = kvcalloc(max_npages, sizeof(*pages), GFP_KERNEL | __GFP_NOWARN); in iommufd_hw_queue_alloc_phys()
334 for (i = 1; i < max_npages; i++) { in iommufd_hw_queue_alloc_phys()