Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Diova.c208 static struct kmem_cache *iova_cache; variable
214 return kmem_cache_alloc(iova_cache, GFP_ATOMIC); in alloc_iova_mem()
220 kmem_cache_free(iova_cache, iova); in free_iova_mem()
228 iova_cache = kmem_cache_create( in iova_cache_get()
231 if (!iova_cache) { in iova_cache_get()
254 kmem_cache_destroy(iova_cache); in iova_cache_put()