Searched refs:slab_vmas (Results 1 – 1 of 1) sorted by relevance
40 struct kmem_cache *slab_vmas; member45 return kmem_cache_zalloc(global.slab_vmas, GFP_KERNEL); in i915_vma_alloc()50 return kmem_cache_free(global.slab_vmas, vma); in i915_vma_free()1035 kmem_cache_shrink(global.slab_vmas); in i915_global_vma_shrink()1040 kmem_cache_destroy(global.slab_vmas); in i915_global_vma_exit()1050 global.slab_vmas = KMEM_CACHE(i915_vma, SLAB_HWCACHE_ALIGN); in i915_global_vma_init()1051 if (!global.slab_vmas) in i915_global_vma_init()