Searched refs:kmem_cache (Results 151 - 175 of 561) sorted by relevance

1234567891011>>

/linux-master/mm/kfence/
H A Dreport.c133 const struct kmem_cache *const cache = meta->cache;
/linux-master/kernel/
H A Duser.c97 static struct kmem_cache *uid_cachep;
H A Dfork.c172 static struct kmem_cache *task_struct_cachep;
377 static struct kmem_cache *thread_stack_cache;
417 static struct kmem_cache *signal_cachep;
420 struct kmem_cache *sighand_cachep;
423 struct kmem_cache *files_cachep;
426 struct kmem_cache *fs_cachep;
429 static struct kmem_cache *vm_area_cachep;
432 static struct kmem_cache *mm_cachep;
437 static struct kmem_cache *vma_lock_cachep;
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma_resource.c16 static struct kmem_cache *slab_vma_resources;
/linux-master/fs/proc/
H A Dinternal.h87 extern struct kmem_cache *proc_dir_entry_cache;
/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.h271 extern struct kmem_cache *xfs_extfree_item_cache;
H A Dxfs_inode_fork.h253 extern struct kmem_cache *xfs_ifork_cache;
H A Dxfs_rmap.h237 extern struct kmem_cache *xfs_rmap_intent_cache;
H A Dxfs_bmap.h279 extern struct kmem_cache *xfs_bmap_intent_cache;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_hw_fence.c19 static struct kmem_cache *xe_hw_fence_slab;
/linux-master/fs/btrfs/
H A Ddelayed-ref.c18 struct kmem_cache *btrfs_delayed_ref_head_cachep;
19 struct kmem_cache *btrfs_delayed_tree_ref_cachep;
20 struct kmem_cache *btrfs_delayed_data_ref_cachep;
21 struct kmem_cache *btrfs_delayed_extent_op_cachep;
/linux-master/fs/freevxfs/
H A Dvxfs_super.c32 static struct kmem_cache *vxfs_inode_cachep;
/linux-master/arch/x86/kvm/mmu/
H A Dmmu_internal.h136 extern struct kmem_cache *mmu_page_header_cache;
/linux-master/net/ipv4/
H A Dinetpeer.c55 static struct kmem_cache *peer_cachep __ro_after_init;
/linux-master/fs/exfat/
H A Dcache.c36 static struct kmem_cache *exfat_cachep;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sync.c43 static struct kmem_cache *amdgpu_sync_slab;
/linux-master/fs/xfs/scrub/
H A Drcbag_btree.c20 static struct kmem_cache *rcbagbt_cur_cache;
/linux-master/fs/xfs/
H A Dxfs_icreate_item.c23 struct kmem_cache *xfs_icreate_cache; /* inode create item */
H A Dxfs_trans.h247 extern struct kmem_cache *xfs_trans_cache;
/linux-master/virt/kvm/
H A Dasync_pf.c20 static struct kmem_cache *async_pf_cache;
/linux-master/include/net/
H A Drequest_sock.h30 struct kmem_cache *slab;
/linux-master/fs/ecryptfs/
H A Dmain.c466 struct kmem_cache *ecryptfs_sb_info_cache;
658 struct kmem_cache **cache;
830 "Failed to allocate one or more kmem_cache objects\n");
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_icm_pool.c21 struct kmem_cache *chunks_kmem_cache;
472 struct kmem_cache *chunks_cache;
/linux-master/include/net/sctp/
H A Dsctp.h196 extern struct kmem_cache *sctp_chunk_cachep __read_mostly;
197 extern struct kmem_cache *sctp_bucket_cachep __read_mostly;
/linux-master/drivers/scsi/libsas/
H A Dsas_init.c24 static struct kmem_cache *sas_task_cache;
25 static struct kmem_cache *sas_event_cache;

Completed in 518 milliseconds

1234567891011>>