Searched refs:slab_objects (Results 1 – 1 of 1) sorted by relevance
44 static struct kmem_cache *slab_objects; variable52 obj = kmem_cache_zalloc(slab_objects, GFP_KERNEL); in i915_gem_object_alloc()62 return kmem_cache_free(slab_objects, obj); in i915_gem_object_free()786 kmem_cache_destroy(slab_objects); in i915_objects_module_exit()791 slab_objects = KMEM_CACHE(drm_i915_gem_object, SLAB_HWCACHE_ALIGN); in i915_objects_module_init()792 if (!slab_objects) in i915_objects_module_init()