Searched refs:kmem_cache (Results 126 - 150 of 561) sorted by relevance

1234567891011>>

/linux-master/fs/ceph/
H A Dsuper.c908 struct kmem_cache *ceph_inode_cachep;
909 struct kmem_cache *ceph_cap_cachep;
910 struct kmem_cache *ceph_cap_snap_cachep;
911 struct kmem_cache *ceph_cap_flush_cachep;
912 struct kmem_cache *ceph_dentry_cachep;
913 struct kmem_cache *ceph_file_cachep;
914 struct kmem_cache *ceph_dir_file_cachep;
915 struct kmem_cache *ceph_mds_request_cachep;
/linux-master/net/dccp/
H A Dackvec.c14 static struct kmem_cache *dccp_ackvec_slab;
15 static struct kmem_cache *dccp_ackvec_record_slab;
H A Dccid.h49 struct kmem_cache *ccid_hc_rx_slab,
/linux-master/fs/kernfs/
H A Dmount.c24 struct kmem_cache *kernfs_node_cache __ro_after_init;
25 struct kmem_cache *kernfs_iattrs_cache __ro_after_init;
/linux-master/mm/kmsan/
H A Dhooks.c50 void kmsan_slab_alloc(struct kmem_cache *s, void *object, gfp_t flags)
73 void kmsan_slab_free(struct kmem_cache *s, void *object)
/linux-master/drivers/gpu/drm/xe/
H A Dxe_sched_job.c21 static struct kmem_cache *xe_sched_job_slab;
22 static struct kmem_cache *xe_sched_job_parallel_slab;
/linux-master/mm/kasan/
H A Dkasan_test.c931 struct kmem_cache *cache;
953 struct kmem_cache *cache;
974 struct kmem_cache *cache;
1003 struct kmem_cache *cache;
1017 struct kmem_cache *cache;
1041 struct kmem_cache *cache;
1086 static struct kmem_cache *mempool_prepare_slab(struct kunit *test, mempool_t *pool, size_t size)
1088 struct kmem_cache *cache;
1174 struct kmem_cache *cache;
1237 struct kmem_cache *cach
[all...]
/linux-master/drivers/staging/fieldbus/anybuss/
H A Dhost.c267 struct kmem_cache *cache;
280 static struct ab_task *ab_task_create_get(struct kmem_cache *cache,
300 struct kmem_cache *cache = t->cache;
381 struct kmem_cache *qcache;
620 create_area_reader(struct kmem_cache *qcache, u16 flags, u16 addr,
638 create_area_writer(struct kmem_cache *qcache, u16 flags, u16 addr,
657 create_area_user_writer(struct kmem_cache *qcache, u16 flags, u16 addr,
/linux-master/drivers/usb/dwc2/
H A Dcore.h1177 struct kmem_cache *desc_gen_cache;
1178 struct kmem_cache *desc_hsisoc_cache;
1179 struct kmem_cache *unaligned_cache;
/linux-master/drivers/gpu/drm/i915/
H A Di915_scheduler.c13 static struct kmem_cache *slab_dependencies;
14 static struct kmem_cache *slab_priorities;
/linux-master/drivers/crypto/ccp/
H A Dccp-dev.h393 struct kmem_cache *dma_cmd_cache;
394 struct kmem_cache *dma_desc_cache;
/linux-master/fs/jbd2/
H A Drevoke.c95 static struct kmem_cache *jbd2_revoke_record_cache;
96 static struct kmem_cache *jbd2_revoke_table_cache;
/linux-master/io_uring/
H A Dio_uring.h390 extern struct kmem_cache *req_cachep;
391 extern struct kmem_cache *io_buf_cachep;
/linux-master/fs/xfs/
H A Dxfs_refcount_item.c25 struct kmem_cache *xfs_cui_cache;
26 struct kmem_cache *xfs_cud_cache;
/linux-master/include/trace/events/
H A Dkmem.h16 struct kmem_cache *s,
116 TP_PROTO(unsigned long call_site, const void *ptr, const struct kmem_cache *s),
/linux-master/mm/
H A Dmempool.c563 struct kmem_cache *mem = pool_data;
571 struct kmem_cache *mem = pool_data;
/linux-master/drivers/net/wireguard/
H A Dratelimiter.c12 static struct kmem_cache *entry_cache;
H A Dpeer.c18 static struct kmem_cache *peer_cache;
/linux-master/include/net/9p/
H A Dclient.h109 struct kmem_cache *fcall_cache;
H A D9p.h557 struct kmem_cache *cache;
/linux-master/drivers/misc/lkdtm/
H A Dusercopy.c24 static struct kmem_cache *whitelist_cache;
/linux-master/drivers/md/
H A Ddm-bio-prison-v2.c29 static struct kmem_cache *_cell_cache;
H A Ddm-cache-background-tracker.c30 struct kmem_cache *work_cache;
/linux-master/block/
H A Dblk-crypto.c60 static struct kmem_cache *bio_crypt_ctx_cache;
/linux-master/security/selinux/
H A Davc.c120 static struct kmem_cache *avc_node_cachep __ro_after_init;
121 static struct kmem_cache *avc_xperms_data_cachep __ro_after_init;
122 static struct kmem_cache *avc_xperms_decision_cachep __ro_after_init;
123 static struct kmem_cache *avc_xperms_cachep __ro_after_init;

Completed in 417 milliseconds

1234567891011>>