Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_hw_fence.c19 static struct kmem_cache *xe_hw_fence_slab; variable
23 xe_hw_fence_slab = kmem_cache_create("xe_hw_fence", in xe_hw_fence_module_init()
26 if (!xe_hw_fence_slab) in xe_hw_fence_module_init()
35 kmem_cache_destroy(xe_hw_fence_slab); in xe_hw_fence_module_exit()
40 return kmem_cache_zalloc(xe_hw_fence_slab, GFP_KERNEL); in fence_alloc()
49 kmem_cache_free(xe_hw_fence_slab, fence); in fence_free()