Searched refs:slab_vmas (Results 1 – 1 of 1) sorted by relevance
58 static struct pool slab_vmas; variable63 return kmem_cache_zalloc(slab_vmas, GFP_KERNEL); in i915_vma_alloc()65 return pool_get(&slab_vmas, PR_WAITOK | PR_ZERO); in i915_vma_alloc()72 return kmem_cache_free(slab_vmas, vma); in i915_vma_free()74 pool_put(&slab_vmas, vma); in i915_vma_free()2304 kmem_cache_destroy(slab_vmas); in i915_vma_module_exit()2306 pool_destroy(&slab_vmas); in i915_vma_module_exit()2313 slab_vmas = KMEM_CACHE(i915_vma, SLAB_HWCACHE_ALIGN); in i915_vma_module_init()2314 if (!slab_vmas) in i915_vma_module_init()2317 pool_init(&slab_vmas, sizeof(struct i915_vma), in i915_vma_module_init()