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