Searched refs:slab_blocks (Results 1 – 1 of 1) sorted by relevance
17 struct kmem_cache *slab_blocks; member22 kmem_cache_shrink(global.slab_blocks); in i915_global_buddy_shrink()27 kmem_cache_destroy(global.slab_blocks); in i915_global_buddy_exit()37 global.slab_blocks = KMEM_CACHE(i915_buddy_block, SLAB_HWCACHE_ALIGN); in i915_global_buddy_init()38 if (!global.slab_blocks) in i915_global_buddy_init()51 block = kmem_cache_zalloc(global.slab_blocks, GFP_KERNEL); in i915_block_alloc()64 kmem_cache_free(global.slab_blocks, block); in i915_block_free()