Searched refs:KMEM_CACHE (Results 1 - 25 of 119) sorted by path

12345

/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c7055 pte_list_desc_cache = KMEM_CACHE(pte_list_desc, SLAB_ACCOUNT);
/linux-master/block/
H A Dbfq-iosched.c7377 bfq_pool = KMEM_CACHE(bfq_queue, 0);
H A Dblk-core.c1249 blk_requestq_cachep = KMEM_CACHE(request_queue, SLAB_PANIC);
H A Dblk-crypto-fallback.c587 bio_fallback_crypt_ctx_cache = KMEM_CACHE(bio_fallback_crypt_ctx, 0);
H A Dblk-crypto.c67 bio_crypt_ctx_cache = KMEM_CACHE(bio_crypt_ctx, 0);
/linux-master/drivers/block/
H A Drbd.c7358 rbd_img_request_cache = KMEM_CACHE(rbd_img_request, 0);
7363 rbd_obj_request_cache = KMEM_CACHE(rbd_obj_request, 0);
/linux-master/drivers/dma-buf/
H A Dst-dma-fence-chain.c696 slab_fences = KMEM_CACHE(mock_fence,
H A Dst-dma-fence.c580 slab_fences = KMEM_CACHE(mock_fence,
/linux-master/drivers/dma/ioat/
H A Dinit.c1425 ioat_sed_cache = KMEM_CACHE(ioat_sed_ent, 0);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fence.c64 amdgpu_fence_slab = KMEM_CACHE(amdgpu_fence, SLAB_HWCACHE_ALIGN);
H A Damdgpu_ring_mux.c162 amdgpu_mux_chunk_slab = KMEM_CACHE(amdgpu_mux_chunk, SLAB_HWCACHE_ALIGN);
H A Damdgpu_sync.c444 amdgpu_sync_slab = KMEM_CACHE(amdgpu_sync_entry, SLAB_HWCACHE_ALIGN);
/linux-master/drivers/gpu/drm/
H A Ddrm_buddy.c934 slab_blocks = KMEM_CACHE(drm_buddy_block, 0);
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c2599 slab_luts = KMEM_CACHE(i915_lut_handle, 0);
H A Di915_gem_object.c888 slab_objects = KMEM_CACHE(drm_i915_gem_object, SLAB_HWCACHE_ALIGN);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_context.c461 slab_ce = KMEM_CACHE(intel_context, SLAB_HWCACHE_ALIGN);
/linux-master/drivers/gpu/drm/i915/
H A Di915_active.c1203 slab_cache = KMEM_CACHE(active_node, SLAB_HWCACHE_ALIGN);
H A Di915_request.c2299 slab_execute_cbs = KMEM_CACHE(execute_cb,
H A Di915_scheduler.c496 slab_dependencies = KMEM_CACHE(i915_dependency,
502 slab_priorities = KMEM_CACHE(i915_priolist, 0);
H A Di915_vma.c2297 slab_vmas = KMEM_CACHE(i915_vma, SLAB_HWCACHE_ALIGN);
H A Di915_vma_resource.c420 slab_vma_resources = KMEM_CACHE(i915_vma_resource, SLAB_HWCACHE_ALIGN);
/linux-master/drivers/gpu/drm/scheduler/
H A Dsched_fence.c36 sched_fence_slab = KMEM_CACHE(drm_sched_fence, SLAB_HWCACHE_ALIGN);
/linux-master/drivers/md/bcache/
H A Drequest.c1340 bch_search_cache = KMEM_CACHE(search, 0);
/linux-master/drivers/md/
H A Ddm-bio-prison-v1.c433 _cell_cache = KMEM_CACHE(dm_bio_prison_cell, 0);
H A Ddm-bio-prison-v2.c354 _cell_cache = KMEM_CACHE(dm_bio_prison_cell_v2, 0);

Completed in 648 milliseconds

12345