Lines Matching refs:slab_cache
27 struct kmem_cache *slab_cache; member
178 kmem_cache_free(global.slab_cache, it); in __active_retire()
307 prealloc = kmem_cache_alloc(global.slab_cache, GFP_KERNEL); in active_instance()
321 kmem_cache_free(global.slab_cache, prealloc); in active_instance()
795 kmem_cache_free(global.slab_cache, ref->cache); in i915_active_fini()
915 node = kmem_cache_alloc(global.slab_cache, GFP_KERNEL); in i915_active_acquire_preallocate_barrier()
963 kmem_cache_free(global.slab_cache, node); in i915_active_acquire_preallocate_barrier()
1185 kmem_cache_shrink(global.slab_cache); in i915_global_active_shrink()
1190 kmem_cache_destroy(global.slab_cache); in i915_global_active_exit()
1200 global.slab_cache = KMEM_CACHE(active_node, SLAB_HWCACHE_ALIGN); in i915_global_active_init()
1201 if (!global.slab_cache) in i915_global_active_init()