Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_context.c20 struct kmem_cache *slab_ce; member
25 return kmem_cache_zalloc(global.slab_ce, GFP_KERNEL); in intel_context_alloc()
32 kmem_cache_free(global.slab_ce, ce); in rcu_context_free()
404 kmem_cache_shrink(global.slab_ce); in i915_global_context_shrink()
409 kmem_cache_destroy(global.slab_ce); in i915_global_context_exit()
419 global.slab_ce = KMEM_CACHE(intel_context, SLAB_HWCACHE_ALIGN); in i915_global_context_init()
420 if (!global.slab_ce) in i915_global_context_init()