Searched refs:slab_vmas (Results 1 – 1 of 1) sorted by relevance
43 struct kmem_cache *slab_vmas; member48 return kmem_cache_zalloc(global.slab_vmas, GFP_KERNEL); in i915_vma_alloc()53 return kmem_cache_free(global.slab_vmas, vma); in i915_vma_free()1393 kmem_cache_shrink(global.slab_vmas); in i915_global_vma_shrink()1398 kmem_cache_destroy(global.slab_vmas); in i915_global_vma_exit()1408 global.slab_vmas = KMEM_CACHE(i915_vma, SLAB_HWCACHE_ALIGN); in i915_global_vma_init()1409 if (!global.slab_vmas) in i915_global_vma_init()