Home
last modified time | relevance | path

Searched refs:slab_vma_resources (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_vma_resource.c16 static struct kmem_cache *slab_vma_resources; variable
54 kmem_cache_zalloc(slab_vma_resources, GFP_KERNEL); in i915_vma_resource_alloc()
66 kmem_cache_free(slab_vma_resources, vma_res); in i915_vma_resource_free()
415 kmem_cache_destroy(slab_vma_resources); in i915_vma_resource_module_exit()
420 slab_vma_resources = KMEM_CACHE(i915_vma_resource, SLAB_HWCACHE_ALIGN); in i915_vma_resource_module_init()
421 if (!slab_vma_resources) in i915_vma_resource_module_init()