Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/
Diova.c224 static struct kmem_cache *iova_cache; variable
230 return kmem_cache_zalloc(iova_cache, GFP_ATOMIC | __GFP_NOWARN); in alloc_iova_mem()
236 kmem_cache_free(iova_cache, iova); in free_iova_mem()
953 iova_cache = kmem_cache_create("iommu_iova", sizeof(struct iova), 0, in iova_cache_get()
955 if (!iova_cache) in iova_cache_get()
978 kmem_cache_destroy(iova_cache); in iova_cache_get()
995 kmem_cache_destroy(iova_cache); in iova_cache_put()