Searched refs:slab_luts (Results 1 – 1 of 1) sorted by relevance
84 struct kmem_cache *slab_luts; member89 return kmem_cache_alloc(global.slab_luts, GFP_KERNEL); in i915_lut_handle_alloc()94 return kmem_cache_free(global.slab_luts, lut); in i915_lut_handle_free()2391 kmem_cache_shrink(global.slab_luts); in i915_global_gem_context_shrink()2396 kmem_cache_destroy(global.slab_luts); in i915_global_gem_context_exit()2406 global.slab_luts = KMEM_CACHE(i915_lut_handle, 0); in i915_global_gem_context_init()2407 if (!global.slab_luts) in i915_global_gem_context_init()