Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/
Di915_vma.c57 static struct kmem_cache *slab_vmas; variable
61 return kmem_cache_zalloc(slab_vmas, GFP_KERNEL); in i915_vma_alloc()
66 return kmem_cache_free(slab_vmas, vma); in i915_vma_free()
2255 kmem_cache_destroy(slab_vmas); in i915_vma_module_exit()
2260 slab_vmas = KMEM_CACHE(i915_vma, SLAB_HWCACHE_ALIGN); in i915_vma_module_init()
2261 if (!slab_vmas) in i915_vma_module_init()