Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diova.c324 static struct kmem_cache *iova_cache; variable
330 return kmem_cache_zalloc(iova_cache, GFP_ATOMIC | __GFP_NOWARN); in alloc_iova_mem()
337 kmem_cache_free(iova_cache, iova); in free_iova_mem()
345 iova_cache = kmem_cache_create( in iova_cache_get()
348 if (!iova_cache) { in iova_cache_get()
371 kmem_cache_destroy(iova_cache); in iova_cache_put()