Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c86 struct kmem_cache *slab_luts; member
91 return kmem_cache_alloc(global.slab_luts, GFP_KERNEL); in i915_lut_handle_alloc()
96 return kmem_cache_free(global.slab_luts, lut); in i915_lut_handle_free()
2641 kmem_cache_shrink(global.slab_luts); in i915_global_gem_context_shrink()
2646 kmem_cache_destroy(global.slab_luts); in i915_global_gem_context_exit()
2656 global.slab_luts = KMEM_CACHE(i915_lut_handle, 0); in i915_global_gem_context_init()
2657 if (!global.slab_luts) in i915_global_gem_context_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c91 static struct kmem_cache *slab_luts; variable
95 return kmem_cache_alloc(slab_luts, GFP_KERNEL); in i915_lut_handle_alloc()
100 return kmem_cache_free(slab_luts, lut); in i915_lut_handle_free()
2589 kmem_cache_destroy(slab_luts); in i915_gem_context_module_exit()
2594 slab_luts = KMEM_CACHE(i915_lut_handle, 0); in i915_gem_context_module_init()
2595 if (!slab_luts) in i915_gem_context_module_init()

Completed in 8 milliseconds