Searched refs:slab_luts (Results 1 – 1 of 1) sorted by relevance
91 static struct kmem_cache *slab_luts; variable95 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()