Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/linux/
H A Dslab.h57 #define SLAB_HWCACHE_ALIGN 0x01UL macro
/dragonfly/sys/dev/drm/scheduler/
H A Dsched_fence.c36 SLAB_HWCACHE_ALIGN, NULL); in drm_sched_fence_slab_init()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_sync.c410 SLAB_HWCACHE_ALIGN, NULL); in amdgpu_sync_init()
H A Damdgpu_fence.c63 SLAB_HWCACHE_ALIGN, NULL); in amdgpu_fence_slab_init()
/dragonfly/sys/dev/drm/i915/
H A Di915_gem.c5405 dev_priv->objects = KMEM_CACHE(drm_i915_gem_object, SLAB_HWCACHE_ALIGN); in i915_gem_load_init()
5409 dev_priv->vmas = KMEM_CACHE(i915_vma, SLAB_HWCACHE_ALIGN); in i915_gem_load_init()
5418 SLAB_HWCACHE_ALIGN | in i915_gem_load_init()
5425 SLAB_HWCACHE_ALIGN | in i915_gem_load_init()
5430 dev_priv->priorities = KMEM_CACHE(i915_priolist, SLAB_HWCACHE_ALIGN); in i915_gem_load_init()