Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/gem/
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()
2584 kmem_cache_destroy(slab_luts); in i915_gem_context_module_exit()
2589 slab_luts = KMEM_CACHE(i915_lut_handle, 0); in i915_gem_context_module_init()
2590 if (!slab_luts) in i915_gem_context_module_init()

Completed in 6 milliseconds