Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_vma.c43 struct kmem_cache *slab_vmas; member
48 return kmem_cache_zalloc(global.slab_vmas, GFP_KERNEL); in i915_vma_alloc()
53 return kmem_cache_free(global.slab_vmas, vma); in i915_vma_free()
1393 kmem_cache_shrink(global.slab_vmas); in i915_global_vma_shrink()
1398 kmem_cache_destroy(global.slab_vmas); in i915_global_vma_exit()
1408 global.slab_vmas = KMEM_CACHE(i915_vma, SLAB_HWCACHE_ALIGN); in i915_global_vma_init()
1409 if (!global.slab_vmas) in i915_global_vma_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A 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()

Completed in 5 milliseconds