Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_context.c19 struct kmem_cache *slab_ce; member
24 return kmem_cache_zalloc(global.slab_ce, GFP_KERNEL); in intel_context_alloc()
29 kmem_cache_free(global.slab_ce, ce); in intel_context_free()
257 kmem_cache_shrink(global.slab_ce); in i915_global_context_shrink()
262 kmem_cache_destroy(global.slab_ce); in i915_global_context_exit()
272 global.slab_ce = KMEM_CACHE(intel_context, SLAB_HWCACHE_ALIGN); in i915_global_context_init()
273 if (!global.slab_ce) in i915_global_context_init()