Searched refs:slab_luts (Results 1 – 1 of 1) sorted by relevance
92 static struct kmem_cache *slab_luts; variable96 return kmem_cache_alloc(slab_luts, GFP_KERNEL); in i915_lut_handle_alloc()101 return kmem_cache_free(slab_luts, lut); in i915_lut_handle_free()2694 kmem_cache_destroy(slab_luts); in i915_gem_context_module_exit()2699 slab_luts = KMEM_CACHE(i915_lut_handle, 0); in i915_gem_context_module_init()2700 if (!slab_luts) in i915_gem_context_module_init()