Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iommu/
H A Diova.c230 static struct kmem_cache *iova_cache; variable
236 return kmem_cache_zalloc(iova_cache, GFP_ATOMIC | __GFP_NOWARN); in alloc_iova_mem()
243 kmem_cache_free(iova_cache, iova); in free_iova_mem()
251 iova_cache = kmem_cache_create( in iova_cache_get()
254 if (!iova_cache) { in iova_cache_get()
277 kmem_cache_destroy(iova_cache); in iova_cache_put()
/kernel/linux/linux-6.6/drivers/iommu/
H A Diova.c239 static struct kmem_cache *iova_cache; variable
245 return kmem_cache_zalloc(iova_cache, GFP_ATOMIC | __GFP_NOWARN); in alloc_iova_mem()
251 kmem_cache_free(iova_cache, iova); in free_iova_mem()
268 iova_cache = kmem_cache_create( in iova_cache_get()
271 if (!iova_cache) { in iova_cache_get()
296 kmem_cache_destroy(iova_cache); in iova_cache_put()

Completed in 4 milliseconds