Searched refs:slab_cache (Results 1 – 1 of 1) sorted by relevance
33 struct kmem_cache *slab_cache; member211 kmem_cache_free(global.slab_cache, it); in __active_retire()290 prealloc = kmem_cache_alloc(global.slab_cache, GFP_KERNEL); in active_instance()314 kmem_cache_free(global.slab_cache, prealloc); in active_instance()346 kmem_cache_free(global.slab_cache, prealloc); in active_instance()733 node = kmem_cache_alloc(global.slab_cache, GFP_KERNEL); in i915_active_acquire_preallocate_barrier()784 kmem_cache_free(global.slab_cache, node); in i915_active_acquire_preallocate_barrier()998 kmem_cache_shrink(global.slab_cache); in i915_global_active_shrink()1003 kmem_cache_destroy(global.slab_cache); in i915_global_active_exit()1013 global.slab_cache = KMEM_CACHE(active_node, SLAB_HWCACHE_ALIGN); in i915_global_active_init()[all …]