task_slab         121 drivers/gpu/drm/lima/lima_drv.c 	task = kmem_cache_zalloc(pipe->task_slab, GFP_KERNEL);
task_slab         159 drivers/gpu/drm/lima/lima_drv.c 		kmem_cache_free(pipe->task_slab, task);
task_slab         266 drivers/gpu/drm/lima/lima_gp.c 	pipe->task_slab = lima_gp_task_slab;
task_slab         416 drivers/gpu/drm/lima/lima_pp.c 	pipe->task_slab = lima_pp_task_slab;
task_slab         311 drivers/gpu/drm/lima/lima_sched.c 	kmem_cache_free(pipe->task_slab, task);
task_slab          64 drivers/gpu/drm/lima/lima_sched.h 	struct kmem_cache *task_slab;