Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Diova.c23 static struct kmem_cache *iommu_iova_cache; variable
29 iommu_iova_cache = kmem_cache_create("iommu_iova", in iommu_iova_cache_init()
34 if (!iommu_iova_cache) { in iommu_iova_cache_init()
44 kmem_cache_destroy(iommu_iova_cache); in iommu_iova_cache_destroy()
49 return kmem_cache_alloc(iommu_iova_cache, GFP_ATOMIC); in alloc_iova_mem()
54 kmem_cache_free(iommu_iova_cache, iova); in free_iova_mem()