lima_fence_slab    20 drivers/gpu/drm/lima/lima_sched.c static struct kmem_cache *lima_fence_slab;
lima_fence_slab    25 drivers/gpu/drm/lima/lima_sched.c 	if (!lima_fence_slab) {
lima_fence_slab    26 drivers/gpu/drm/lima/lima_sched.c 		lima_fence_slab = kmem_cache_create(
lima_fence_slab    29 drivers/gpu/drm/lima/lima_sched.c 		if (!lima_fence_slab)
lima_fence_slab    40 drivers/gpu/drm/lima/lima_sched.c 		kmem_cache_destroy(lima_fence_slab);
lima_fence_slab    41 drivers/gpu/drm/lima/lima_sched.c 		lima_fence_slab = NULL;
lima_fence_slab    67 drivers/gpu/drm/lima/lima_sched.c 	kmem_cache_free(lima_fence_slab, fence);
lima_fence_slab    87 drivers/gpu/drm/lima/lima_sched.c 	fence = kmem_cache_zalloc(lima_fence_slab, GFP_KERNEL);