Home
last modified time | relevance | path

Searched refs:kmem_cache (Results 1 – 200 of 443) sorted by relevance

123

/linux-4.4.14/mm/
Dslab.h19 struct kmem_cache { struct
67 extern struct kmem_cache *kmem_cache;
78 struct kmem_cache *kmalloc_slab(size_t, gfp_t);
83 extern int __kmem_cache_create(struct kmem_cache *, unsigned long flags);
85 extern struct kmem_cache *create_kmalloc_cache(const char *name, size_t size,
87 extern void create_boot_cache(struct kmem_cache *, const char *name,
90 int slab_unmergeable(struct kmem_cache *s);
91 struct kmem_cache *find_mergeable(size_t size, size_t align,
94 struct kmem_cache *
102 static inline struct kmem_cache *
[all …]
Dslab_common.c31 struct kmem_cache *kmem_cache; variable
63 unsigned int kmem_cache_size(struct kmem_cache *s) in kmem_cache_size()
72 struct kmem_cache *s = NULL; in kmem_cache_sanity_check()
107 void __kmem_cache_free_bulk(struct kmem_cache *s, size_t nr, void **p) in __kmem_cache_free_bulk()
115 int __kmem_cache_alloc_bulk(struct kmem_cache *s, gfp_t flags, size_t nr, in __kmem_cache_alloc_bulk()
131 void slab_init_memcg_params(struct kmem_cache *s) in slab_init_memcg_params()
138 static int init_memcg_params(struct kmem_cache *s, in init_memcg_params()
139 struct mem_cgroup *memcg, struct kmem_cache *root_cache) in init_memcg_params()
165 static void destroy_memcg_params(struct kmem_cache *s) in destroy_memcg_params()
171 static int update_memcg_params(struct kmem_cache *s, int new_array_size) in update_memcg_params()
[all …]
Dslub.c118 static inline int kmem_cache_debug(struct kmem_cache *s) in kmem_cache_debug()
127 static inline bool kmem_cache_has_cpu_partial(struct kmem_cache *s) in kmem_cache_has_cpu_partial()
202 static int sysfs_slab_add(struct kmem_cache *);
203 static int sysfs_slab_alias(struct kmem_cache *, const char *);
204 static void memcg_propagate_slab_attrs(struct kmem_cache *s);
206 static inline int sysfs_slab_add(struct kmem_cache *s) { return 0; } in sysfs_slab_add()
207 static inline int sysfs_slab_alias(struct kmem_cache *s, const char *p) in sysfs_slab_alias()
209 static inline void memcg_propagate_slab_attrs(struct kmem_cache *s) { } in memcg_propagate_slab_attrs()
212 static inline void stat(const struct kmem_cache *s, enum stat_item si) in stat()
228 static inline int check_valid_pointer(struct kmem_cache *s, in check_valid_pointer()
[all …]
Dslab.c245 static int drain_freelist(struct kmem_cache *cache,
247 static void free_block(struct kmem_cache *cachep, void **objpp, int len,
249 static void slabs_destroy(struct kmem_cache *cachep, struct list_head *list);
250 static int enable_cpucache(struct kmem_cache *cachep, gfp_t gfp);
355 static int obj_offset(struct kmem_cache *cachep) in obj_offset()
360 static unsigned long long *dbg_redzone1(struct kmem_cache *cachep, void *objp) in dbg_redzone1()
367 static unsigned long long *dbg_redzone2(struct kmem_cache *cachep, void *objp) in dbg_redzone2()
378 static void **dbg_userword(struct kmem_cache *cachep, void *objp) in dbg_userword()
402 struct kmem_cache *cachep = page->slab_cache; in set_obj_status()
413 struct kmem_cache *cachep = page->slab_cache; in get_obj_status()
[all …]
Dslob.c525 int __kmem_cache_create(struct kmem_cache *c, unsigned long flags) in __kmem_cache_create()
535 static void *slob_alloc_node(struct kmem_cache *c, gfp_t flags, int node) in slob_alloc_node()
562 void *kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags) in kmem_cache_alloc()
575 void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t gfp, int node) in kmem_cache_alloc_node()
598 void kmem_cache_free(struct kmem_cache *c, void *b) in kmem_cache_free()
614 void kmem_cache_free_bulk(struct kmem_cache *s, size_t size, void **p) in kmem_cache_free_bulk()
620 int kmem_cache_alloc_bulk(struct kmem_cache *s, gfp_t flags, size_t size, in kmem_cache_alloc_bulk()
627 int __kmem_cache_shutdown(struct kmem_cache *c) in __kmem_cache_shutdown()
633 int __kmem_cache_shrink(struct kmem_cache *d, bool deactivate) in __kmem_cache_shrink()
638 struct kmem_cache kmem_cache_boot = {
[all …]
Dkmemcheck.c60 void kmemcheck_slab_alloc(struct kmem_cache *s, gfp_t gfpflags, void *object, in kmemcheck_slab_alloc()
93 void kmemcheck_slab_free(struct kmem_cache *s, void *object, size_t size) in kmemcheck_slab_free()
Dmempool.c451 struct kmem_cache *mem = pool_data; in mempool_alloc_slab()
459 struct kmem_cache *mem = pool_data; in mempool_free_slab()
Dmemcontrol.c2291 struct kmem_cache *cachep;
2300 struct kmem_cache *cachep = cw->cachep; in memcg_kmem_cache_create_func()
2312 struct kmem_cache *cachep) in __memcg_schedule_kmem_cache_create()
2330 struct kmem_cache *cachep) in memcg_schedule_kmem_cache_create()
2361 struct kmem_cache *__memcg_kmem_get_cache(struct kmem_cache *cachep) in __memcg_kmem_get_cache()
2364 struct kmem_cache *memcg_cachep; in __memcg_kmem_get_cache()
2399 void __memcg_kmem_put_cache(struct kmem_cache *cachep) in __memcg_kmem_put_cache()
/linux-4.4.14/include/linux/
Dkasan.h6 struct kmem_cache;
50 void kasan_unpoison_object_data(struct kmem_cache *cache, void *object);
51 void kasan_poison_object_data(struct kmem_cache *cache, void *object);
56 void kasan_kmalloc(struct kmem_cache *s, const void *object, size_t size);
59 void kasan_slab_alloc(struct kmem_cache *s, void *object);
60 void kasan_slab_free(struct kmem_cache *s, void *object);
76 static inline void kasan_unpoison_object_data(struct kmem_cache *cache, in kasan_unpoison_object_data()
78 static inline void kasan_poison_object_data(struct kmem_cache *cache, in kasan_poison_object_data()
84 static inline void kasan_kmalloc(struct kmem_cache *s, const void *object, in kasan_kmalloc()
88 static inline void kasan_slab_alloc(struct kmem_cache *s, void *object) {} in kasan_slab_alloc()
[all …]
Dslab.h116 struct kmem_cache *kmem_cache_create(const char *, size_t, size_t,
119 void kmem_cache_destroy(struct kmem_cache *);
120 int kmem_cache_shrink(struct kmem_cache *);
122 void memcg_create_kmem_cache(struct mem_cgroup *, struct kmem_cache *);
251 extern struct kmem_cache *kmalloc_caches[KMALLOC_SHIFT_HIGH + 1];
253 extern struct kmem_cache *kmalloc_dma_caches[KMALLOC_SHIFT_HIGH + 1];
308 void *kmem_cache_alloc(struct kmem_cache *, gfp_t flags) __assume_slab_alignment;
309 void kmem_cache_free(struct kmem_cache *, void *);
318 void kmem_cache_free_bulk(struct kmem_cache *, size_t, void **);
319 int kmem_cache_alloc_bulk(struct kmem_cache *, gfp_t, size_t, void **);
[all …]
Dslub_def.h62 struct kmem_cache { struct
106 void sysfs_slab_remove(struct kmem_cache *); argument
108 static inline void sysfs_slab_remove(struct kmem_cache *s) in sysfs_slab_remove()
122 static inline void *virt_to_obj(struct kmem_cache *s, in virt_to_obj()
129 void object_err(struct kmem_cache *s, struct page *page,
Dkmemcheck.h13 void kmemcheck_slab_alloc(struct kmem_cache *s, gfp_t gfpflags, void *object,
15 void kmemcheck_slab_free(struct kmem_cache *s, void *object, size_t size);
103 kmemcheck_slab_alloc(struct kmem_cache *s, gfp_t gfpflags, void *object, in kmemcheck_slab_alloc()
108 static inline void kmemcheck_slab_free(struct kmem_cache *s, void *object, in kmemcheck_slab_free()
Dmemcontrol.h35 struct kmem_cache;
769 struct kmem_cache *__memcg_kmem_get_cache(struct kmem_cache *cachep);
770 void __memcg_kmem_put_cache(struct kmem_cache *cachep);
817 static __always_inline struct kmem_cache *
818 memcg_kmem_get_cache(struct kmem_cache *cachep, gfp_t gfp) in memcg_kmem_get_cache()
825 static __always_inline void memcg_kmem_put_cache(struct kmem_cache *cachep) in memcg_kmem_put_cache()
866 static inline struct kmem_cache *
867 memcg_kmem_get_cache(struct kmem_cache *cachep, gfp_t gfp) in memcg_kmem_get_cache()
872 static inline void memcg_kmem_put_cache(struct kmem_cache *cachep) in memcg_kmem_put_cache()
Dslab_def.h10 struct kmem_cache { struct
34 struct kmem_cache *freelist_cache; argument
Dmempool.h9 struct kmem_cache;
45 mempool_create_slab_pool(int min_nr, struct kmem_cache *kc) in mempool_create_slab_pool()
Dlru_cache.h184 struct kmem_cache *lc_cache;
251 extern struct lru_cache *lc_create(const char *name, struct kmem_cache *cache,
Dtaskstats_kern.h15 extern struct kmem_cache *taskstats_cache;
Dfs_struct.h17 extern struct kmem_cache *fs_cachep;
Dmbcache.h29 struct kmem_cache *c_entry_cache;
Diocontext.h83 struct kmem_cache *__rcu_icq_cache;
Dpid_namespace.h31 struct kmem_cache *pid_cachep;
Ddelayacct.h34 extern struct kmem_cache *delayacct_cache;
Dfdtable.h121 extern struct kmem_cache *files_cachep;
Delevator.h89 struct kmem_cache *icq_cache;
Dmm_types.h188 struct kmem_cache *slab_cache; /* SL[AU]B: Pointer to slab */
Dbio.h716 struct kmem_cache *bio_slab;
739 struct kmem_cache *slab;
Dsignal.h314 extern struct kmem_cache *sighand_cachep;
Djbd2.h1293 extern struct kmem_cache *jbd2_handle_cache;
1309 extern struct kmem_cache *jbd2_inode_cache;
/linux-4.4.14/fs/jffs2/
Dmalloc.c22 static struct kmem_cache *full_dnode_slab;
23 static struct kmem_cache *raw_dirent_slab;
24 static struct kmem_cache *raw_inode_slab;
25 static struct kmem_cache *tmp_dnode_info_slab;
26 static struct kmem_cache *raw_node_ref_slab;
27 static struct kmem_cache *node_frag_slab;
28 static struct kmem_cache *inode_cache_slab;
30 static struct kmem_cache *xattr_datum_cache;
31 static struct kmem_cache *xattr_ref_cache;
Dsuper.c35 static struct kmem_cache *jffs2_inode_cachep;
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_dev.c52 struct kmem_cache *osc_lock_kmem;
53 struct kmem_cache *osc_object_kmem;
54 struct kmem_cache *osc_thread_kmem;
55 struct kmem_cache *osc_session_kmem;
56 struct kmem_cache *osc_req_kmem;
57 struct kmem_cache *osc_extent_kmem;
58 struct kmem_cache *osc_quota_kmem;
Dosc_cl_internal.h401 extern struct kmem_cache *osc_lock_kmem;
402 extern struct kmem_cache *osc_object_kmem;
403 extern struct kmem_cache *osc_thread_kmem;
404 extern struct kmem_cache *osc_session_kmem;
405 extern struct kmem_cache *osc_req_kmem;
406 extern struct kmem_cache *osc_extent_kmem;
Dosc_internal.h182 extern struct kmem_cache *osc_quota_kmem;
/linux-4.4.14/fs/gfs2/
Dutil.c24 struct kmem_cache *gfs2_glock_cachep __read_mostly;
25 struct kmem_cache *gfs2_glock_aspace_cachep __read_mostly;
26 struct kmem_cache *gfs2_inode_cachep __read_mostly;
27 struct kmem_cache *gfs2_bufdata_cachep __read_mostly;
28 struct kmem_cache *gfs2_rgrpd_cachep __read_mostly;
29 struct kmem_cache *gfs2_quotad_cachep __read_mostly;
30 struct kmem_cache *gfs2_rsrv_cachep __read_mostly;
Dutil.h146 extern struct kmem_cache *gfs2_glock_cachep;
147 extern struct kmem_cache *gfs2_glock_aspace_cachep;
148 extern struct kmem_cache *gfs2_inode_cachep;
149 extern struct kmem_cache *gfs2_bufdata_cachep;
150 extern struct kmem_cache *gfs2_rgrpd_cachep;
151 extern struct kmem_cache *gfs2_quotad_cachep;
152 extern struct kmem_cache *gfs2_rsrv_cachep;
/linux-4.4.14/drivers/target/iscsi/
Discsi_target.h40 extern struct kmem_cache *lio_dr_cache;
41 extern struct kmem_cache *lio_ooo_cache;
42 extern struct kmem_cache *lio_qr_cache;
43 extern struct kmem_cache *lio_r2t_cache;
/linux-4.4.14/drivers/target/
Dtarget_core_alua.h85 extern struct kmem_cache *t10_alua_lu_gp_cache;
86 extern struct kmem_cache *t10_alua_lu_gp_mem_cache;
87 extern struct kmem_cache *t10_alua_tg_pt_gp_cache;
88 extern struct kmem_cache *t10_alua_lba_map_cache;
89 extern struct kmem_cache *t10_alua_lba_map_mem_cache;
Dtarget_core_ua.h31 extern struct kmem_cache *se_ua_cache;
Dtarget_core_pr.h51 extern struct kmem_cache *t10_pr_reg_cache;
Dtarget_core_internal.h129 extern struct kmem_cache *se_tmr_req_cache;
Dtarget_core_transport.c57 static struct kmem_cache *se_sess_cache;
58 struct kmem_cache *se_ua_cache;
59 struct kmem_cache *t10_pr_reg_cache;
60 struct kmem_cache *t10_alua_lu_gp_cache;
61 struct kmem_cache *t10_alua_lu_gp_mem_cache;
62 struct kmem_cache *t10_alua_tg_pt_gp_cache;
63 struct kmem_cache *t10_alua_lba_map_cache;
64 struct kmem_cache *t10_alua_lba_map_mem_cache;
/linux-4.4.14/fs/ntfs/
Dntfs.h52 extern struct kmem_cache *ntfs_name_cache;
53 extern struct kmem_cache *ntfs_inode_cache;
54 extern struct kmem_cache *ntfs_big_inode_cache;
55 extern struct kmem_cache *ntfs_attr_ctx_cache;
56 extern struct kmem_cache *ntfs_index_ctx_cache;
/linux-4.4.14/include/linux/ceph/
Dlibceph.h179 extern struct kmem_cache *ceph_inode_cachep;
180 extern struct kmem_cache *ceph_cap_cachep;
181 extern struct kmem_cache *ceph_cap_flush_cachep;
182 extern struct kmem_cache *ceph_dentry_cachep;
183 extern struct kmem_cache *ceph_file_cachep;
/linux-4.4.14/fs/ecryptfs/
Decryptfs_kernel.h547 extern struct kmem_cache *ecryptfs_auth_tok_list_item_cache;
548 extern struct kmem_cache *ecryptfs_file_info_cache;
549 extern struct kmem_cache *ecryptfs_dentry_info_cache;
550 extern struct kmem_cache *ecryptfs_inode_info_cache;
551 extern struct kmem_cache *ecryptfs_sb_info_cache;
552 extern struct kmem_cache *ecryptfs_header_cache;
553 extern struct kmem_cache *ecryptfs_xattr_cache;
554 extern struct kmem_cache *ecryptfs_key_record_cache;
555 extern struct kmem_cache *ecryptfs_key_sig_cache;
556 extern struct kmem_cache *ecryptfs_global_auth_tok_cache;
[all …]
Ddentry.c66 struct kmem_cache *ecryptfs_dentry_info_cache;
Dsuper.c37 struct kmem_cache *ecryptfs_inode_info_cache;
Dmain.c481 struct kmem_cache *ecryptfs_sb_info_cache;
663 struct kmem_cache **cache;
Dfile.c129 struct kmem_cache *ecryptfs_file_info_cache;
Dmmap.c415 struct kmem_cache *ecryptfs_xattr_cache;
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_cl_internal.h570 extern struct kmem_cache *lov_lock_kmem;
571 extern struct kmem_cache *lov_object_kmem;
572 extern struct kmem_cache *lov_thread_kmem;
573 extern struct kmem_cache *lov_session_kmem;
574 extern struct kmem_cache *lov_req_kmem;
576 extern struct kmem_cache *lovsub_lock_kmem;
577 extern struct kmem_cache *lovsub_object_kmem;
578 extern struct kmem_cache *lovsub_req_kmem;
580 extern struct kmem_cache *lov_lock_link_kmem;
Dlov_dev.c49 struct kmem_cache *lov_lock_kmem;
50 struct kmem_cache *lov_object_kmem;
51 struct kmem_cache *lov_thread_kmem;
52 struct kmem_cache *lov_session_kmem;
53 struct kmem_cache *lov_req_kmem;
55 struct kmem_cache *lovsub_lock_kmem;
56 struct kmem_cache *lovsub_object_kmem;
57 struct kmem_cache *lovsub_req_kmem;
59 struct kmem_cache *lov_lock_link_kmem;
Dlov_internal.h109 extern struct kmem_cache *lov_oinfo_slab;
/linux-4.4.14/fs/btrfs/
Ddelayed-ref.h198 extern struct kmem_cache *btrfs_delayed_ref_head_cachep;
199 extern struct kmem_cache *btrfs_delayed_tree_ref_cachep;
200 extern struct kmem_cache *btrfs_delayed_data_ref_cachep;
201 extern struct kmem_cache *btrfs_delayed_extent_op_cachep;
Ddelayed-ref.c27 struct kmem_cache *btrfs_delayed_ref_head_cachep;
28 struct kmem_cache *btrfs_delayed_tree_ref_cachep;
29 struct kmem_cache *btrfs_delayed_data_ref_cachep;
30 struct kmem_cache *btrfs_delayed_extent_op_cachep;
/linux-4.4.14/fs/notify/fanotify/
Dfanotify.h5 extern struct kmem_cache *fanotify_event_cachep;
6 extern struct kmem_cache *fanotify_perm_event_cachep;
Dfanotify_user.c43 static struct kmem_cache *fanotify_mark_cache __read_mostly;
44 struct kmem_cache *fanotify_event_cachep __read_mostly;
45 struct kmem_cache *fanotify_perm_event_cachep __read_mostly;
/linux-4.4.14/fs/freevxfs/
Dvxfs_extern.h41 struct kmem_cache;
55 extern struct kmem_cache *vxfs_inode_cachep;
Dvxfs_inode.c45 struct kmem_cache *vxfs_inode_cachep;
/linux-4.4.14/arch/sh/mm/
Dpgtable.c6 static struct kmem_cache *pgd_cachep;
8 static struct kmem_cache *pmd_cachep;
/linux-4.4.14/fs/dlm/
Dmemory.c18 static struct kmem_cache *lkb_cache;
19 static struct kmem_cache *rsb_cache;
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx.h59 extern struct kmem_cache *asd_dma_token_cache;
60 extern struct kmem_cache *asd_ascb_cache;
/linux-4.4.14/fs/xfs/
Dkmem.h88 #define kmem_zone kmem_cache
89 #define kmem_zone_t struct kmem_cache
/linux-4.4.14/net/dccp/
Dccid.c82 static struct kmem_cache *ccid_kmem_cache_create(int obj_size, char *slab_name_fmt, const char *fmt… in ccid_kmem_cache_create()
84 struct kmem_cache *slab; in ccid_kmem_cache_create()
96 static void ccid_kmem_cache_destroy(struct kmem_cache *slab) in ccid_kmem_cache_destroy()
Dackvec.c17 static struct kmem_cache *dccp_ackvec_slab;
18 static struct kmem_cache *dccp_ackvec_record_slab;
Dccid.h52 struct kmem_cache *ccid_hc_rx_slab,
/linux-4.4.14/mm/kasan/
Dkasan.c324 void kasan_unpoison_object_data(struct kmem_cache *cache, void *object) in kasan_unpoison_object_data()
329 void kasan_poison_object_data(struct kmem_cache *cache, void *object) in kasan_poison_object_data()
336 void kasan_slab_alloc(struct kmem_cache *cache, void *object) in kasan_slab_alloc()
341 void kasan_slab_free(struct kmem_cache *cache, void *object) in kasan_slab_free()
353 void kasan_kmalloc(struct kmem_cache *cache, const void *object, size_t size) in kasan_kmalloc()
Dreport.c128 struct kmem_cache *cache = page->slab_cache; in print_address_description()
/linux-4.4.14/fs/ocfs2/
Dquota.h82 extern struct kmem_cache *ocfs2_dquot_cachep;
83 extern struct kmem_cache *ocfs2_qf_chunk_cachep;
Dinode.h126 extern struct kmem_cache *ocfs2_inode_cache;
/linux-4.4.14/kernel/
Dpid_namespace.c25 struct kmem_cache *cachep;
31 static struct kmem_cache *pid_ns_cachep;
38 static struct kmem_cache *create_pid_cachep(int nr_ids) in create_pid_cachep()
41 struct kmem_cache *cachep; in create_pid_cachep()
Dfork.c137 static struct kmem_cache *task_struct_cachep;
175 static struct kmem_cache *thread_info_cache;
198 static struct kmem_cache *signal_cachep;
201 struct kmem_cache *sighand_cachep;
204 struct kmem_cache *files_cachep;
207 struct kmem_cache *fs_cachep;
210 struct kmem_cache *vm_area_cachep;
213 static struct kmem_cache *mm_cachep;
Duser.c76 static struct kmem_cache *uid_cachep;
Ddelayacct.c26 struct kmem_cache *delayacct_cache;
Dnsproxy.c29 static struct kmem_cache *nsproxy_cachep;
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_ext.h71 extern struct kmem_cache *zfcp_fc_req_cache;
93 extern struct kmem_cache *zfcp_fsf_qtcb_cache;
/linux-4.4.14/include/net/
Dinet_hashtables.h136 struct kmem_cache *bind_bucket_cachep;
175 inet_bind_bucket_create(struct kmem_cache *cachep, struct net *net,
178 void inet_bind_bucket_destroy(struct kmem_cache *cachep,
Dtimewait_sock.h19 struct kmem_cache *twsk_slab;
Ddst_ops.h37 struct kmem_cache *kmem_cachep;
Dinet_frag.h104 struct kmem_cache *frags_cachep;
Drequest_sock.h33 struct kmem_cache *slab;
/linux-4.4.14/arch/arm64/mm/
Dpgd.c31 static struct kmem_cache *pgd_cache;
/linux-4.4.14/net/sunrpc/xprtrdma/
Dsvc_rdma.c75 struct kmem_cache *svc_rdma_map_cachep;
76 struct kmem_cache *svc_rdma_ctxt_cachep;
Dxprt_rdma.h533 extern struct kmem_cache *svc_rdma_map_cachep;
535 extern struct kmem_cache *svc_rdma_ctxt_cachep;
/linux-4.4.14/drivers/md/bcache/
Drequest.h41 extern struct kmem_cache *bch_search_cache, *bch_passthrough_cache;
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_internal.h162 extern struct kmem_cache *ldlm_resource_slab;
166 extern struct kmem_cache *ldlm_lock_slab;
192 extern struct kmem_cache *ldlm_interval_slab; /* slab cache for ldlm_interval */
Dldlm_extent.c98 struct kmem_cache *ldlm_interval_slab;
/linux-4.4.14/drivers/staging/rdma/hfi1/
Duser_sdma.h75 struct kmem_cache *txreq_cache;
/linux-4.4.14/net/tipc/
Dserver.h68 struct kmem_cache *rcvbuf_cache;
/linux-4.4.14/fs/nilfs2/
Dbtree.h68 extern struct kmem_cache *nilfs_btree_path_cache;
Dsegment.h228 extern struct kmem_cache *nilfs_transaction_cachep;
Dsegbuf.h117 extern struct kmem_cache *nilfs_segbuf_cachep;
Dsuper.c70 static struct kmem_cache *nilfs_inode_cachep;
71 struct kmem_cache *nilfs_transaction_cachep;
72 struct kmem_cache *nilfs_segbuf_cachep;
73 struct kmem_cache *nilfs_btree_path_cache;
/linux-4.4.14/tools/include/linux/
Dtypes.h12 struct kmem_cache;
/linux-4.4.14/fs/cachefiles/
Dmain.c35 struct kmem_cache *cachefiles_object_jar;
Dinternal.h53 extern struct kmem_cache *cachefiles_object_jar;
/linux-4.4.14/drivers/usb/usbip/
Dstub.h94 extern struct kmem_cache *stub_priv_cache;
Dstub_main.c30 struct kmem_cache *stub_priv_cache;
/linux-4.4.14/arch/sh/kernel/
Dprocess.c9 struct kmem_cache *task_xstate_cachep = NULL;
Ddwarf.c38 static struct kmem_cache *dwarf_frame_cachep;
41 static struct kmem_cache *dwarf_reg_cachep;
/linux-4.4.14/drivers/iommu/
Dshmobile-iommu.c49 static struct kmem_cache *l1cache, *l2cache;
57 struct kmem_cache *cache, size_t size) in pgtable_alloc()
68 struct kmem_cache *cache, size_t size) in pgtable_free()
Damd_iommu_types.h369 extern struct kmem_cache *amd_iommu_irq_cache;
Dfsl_pamu_domain.c32 static struct kmem_cache *fsl_pamu_domain_cache;
33 static struct kmem_cache *iommu_devinfo_cache;
/linux-4.4.14/include/acpi/platform/
Daclinux.h128 #define acpi_cache_t struct kmem_cache
/linux-4.4.14/net/openvswitch/
Dflow_table.h57 extern struct kmem_cache *flow_stats_cache;
Dflow_table.c51 static struct kmem_cache *flow_cache;
52 struct kmem_cache *flow_stats_cache __read_mostly;
/linux-4.4.14/block/
Dblk.h34 extern struct kmem_cache *blk_requestq_cachep;
35 extern struct kmem_cache *request_cachep;
Dblk-ioc.c16 static struct kmem_cache *iocontext_cachep;
Dbio.c62 struct kmem_cache *slab;
71 static struct kmem_cache *bio_find_or_create_slab(unsigned int extra_size) in bio_find_or_create_slab()
74 struct kmem_cache *slab = NULL; in bio_find_or_create_slab()
Dbio-integrity.c32 static struct kmem_cache *bip_slab;
/linux-4.4.14/drivers/staging/rdma/ehca/
Dehca_pd.c46 static struct kmem_cache *pd_cache;
Dipz_pt_fn.h57 extern struct kmem_cache *small_qp_cache;
Dipz_pt_fn.c49 struct kmem_cache *small_qp_cache;
Dehca_av.c50 static struct kmem_cache *av_cache;
Dehca_cq.c53 static struct kmem_cache *cq_cache;
/linux-4.4.14/fs/kernfs/
Dkernfs-internal.h74 extern struct kmem_cache *kernfs_node_cache;
Dmount.c20 struct kmem_cache *kernfs_node_cache;
/linux-4.4.14/fs/9p/
Dv9fs_vfs.h55 extern struct kmem_cache *v9fs_inode_cache;
/linux-4.4.14/include/net/netns/
Dconntrack.h98 struct kmem_cache *nf_conntrack_cachep;
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dremote_perm.c57 struct kmem_cache *ll_remote_perm_cachep;
58 struct kmem_cache *ll_rmtperm_hash_cachep;
Dsuper25.c49 static struct kmem_cache *ll_inode_cachep;
Dvvp_dev.c59 static struct kmem_cache *vvp_thread_kmem;
60 static struct kmem_cache *vvp_session_kmem;
Dllite_internal.h613 extern struct kmem_cache *ll_file_data_slab;
1043 extern struct kmem_cache *ll_remote_perm_cachep;
1044 extern struct kmem_cache *ll_rmtperm_hash_cachep;
Dxattr_cache.c31 static struct kmem_cache *xattr_kmem;
/linux-4.4.14/arch/powerpc/mm/
Dinit_64.c97 struct kmem_cache *pgtable_cache[MAX_PGTABLE_INDEX_SIZE];
121 struct kmem_cache *new; in pgtable_cache_add()
Dpgtable_32.c73 static struct kmem_cache *pgtable_cache;
Dhugetlbpage.c137 struct kmem_cache *cachep; in __hugepte_alloc()
856 struct kmem_cache *hugepte_cache;
/linux-4.4.14/fs/ceph/
Dsuper.c623 struct kmem_cache *ceph_inode_cachep;
624 struct kmem_cache *ceph_cap_cachep;
625 struct kmem_cache *ceph_cap_flush_cachep;
626 struct kmem_cache *ceph_dentry_cachep;
627 struct kmem_cache *ceph_file_cachep;
/linux-4.4.14/arch/powerpc/include/asm/
Dlppaca.h154 extern struct kmem_cache *dtl_cache;
Dhugetlb.h8 extern struct kmem_cache *hugepte_cache;
Dpgalloc-64.h38 extern struct kmem_cache *pgtable_cache[];
/linux-4.4.14/drivers/gpu/drm/amd/scheduler/
Dgpu_scheduler.h35 extern struct kmem_cache *sched_fence_slab;
Dgpu_scheduler.c36 struct kmem_cache *sched_fence_slab;
/linux-4.4.14/fs/notify/dnotify/
Ddnotify.c31 static struct kmem_cache *dnotify_struct_cache __read_mostly;
32 static struct kmem_cache *dnotify_mark_cache __read_mostly;
/linux-4.4.14/arch/sh/include/asm/
Dprocessor.h117 extern struct kmem_cache *task_xstate_cachep;
/linux-4.4.14/fs/f2fs/
Dcrypto.c69 static struct kmem_cache *f2fs_crypto_ctx_cachep;
70 struct kmem_cache *f2fs_crypt_info_cachep;
Dextent_cache.c21 static struct kmem_cache *extent_tree_slab;
22 static struct kmem_cache *extent_node_slab;
/linux-4.4.14/fs/ext4/
Dcrypto.c58 static struct kmem_cache *ext4_crypto_ctx_cachep;
59 struct kmem_cache *ext4_crypt_info_cachep;
Dblock_validity.c28 static struct kmem_cache *ext4_system_zone_cachep;
Dmballoc.c350 static struct kmem_cache *ext4_pspace_cachep;
351 static struct kmem_cache *ext4_ac_cachep;
352 static struct kmem_cache *ext4_free_data_cachep;
358 static struct kmem_cache *ext4_groupinfo_caches[NR_GRPINFO_CACHES];
2353 static struct kmem_cache *get_groupinfo_cache(int blocksize_bits) in get_groupinfo_cache()
2356 struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index]; in get_groupinfo_cache()
2403 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); in ext4_mb_add_groupinfo()
2485 struct kmem_cache *cachep; in ext4_mb_init_backend()
2544 struct kmem_cache *cachep; in ext4_groupinfo_create_slab()
2713 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); in ext4_mb_release()
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c72 static struct kmem_cache *ccc_lock_kmem;
73 static struct kmem_cache *ccc_object_kmem;
74 static struct kmem_cache *ccc_thread_kmem;
75 static struct kmem_cache *ccc_session_kmem;
76 static struct kmem_cache *ccc_req_kmem;
/linux-4.4.14/fs/configfs/
Dmount.c41 struct kmem_cache *configfs_dir_cachep;
Dconfigfs_internal.h67 extern struct kmem_cache *configfs_dir_cachep;
/linux-4.4.14/arch/sparc/include/asm/
Dpgalloc_64.h16 extern struct kmem_cache *pgtable_cache;
/linux-4.4.14/drivers/dma/ioat/
Ddma.h198 extern struct kmem_cache *ioat_cache;
200 extern struct kmem_cache *ioat_sed_cache;
/linux-4.4.14/net/dccp/ccids/lib/
Dpacket_history.c44 static struct kmem_cache *tfrc_tx_hist_slab;
92 static struct kmem_cache *tfrc_rx_hist_slab;
Dloss_interval.c15 static struct kmem_cache *tfrc_lh_slab __read_mostly;
/linux-4.4.14/drivers/md/
Ddm-uevent.c41 static struct kmem_cache *_dm_event_cache;
Draid5.h494 struct kmem_cache *slab_cache; /* for allocating stripes */
Ddm-bio-prison.c25 static struct kmem_cache *_cell_cache;
/linux-4.4.14/drivers/scsi/
Dscsi_priv.h96 extern struct kmem_cache *scsi_sdb_cache;
Dscsi.c102 struct kmem_cache *cmd_slab;
103 struct kmem_cache *sense_slab;
/linux-4.4.14/arch/sparc/mm/
Dtsb.c263 struct kmem_cache *pgtable_cache __read_mostly;
265 static struct kmem_cache *tsb_caches[8] __read_mostly;
/linux-4.4.14/net/netfilter/
Dxt_connlimit.c66 static struct kmem_cache *connlimit_rb_cachep __read_mostly;
67 static struct kmem_cache *connlimit_conn_cachep __read_mostly;
/linux-4.4.14/fs/cifs/
Dcifsfs.c240 static struct kmem_cache *cifs_inode_cachep;
241 static struct kmem_cache *cifs_req_cachep;
242 static struct kmem_cache *cifs_mid_cachep;
243 static struct kmem_cache *cifs_sm_req_cachep;
/linux-4.4.14/security/integrity/
Diint.c28 static struct kmem_cache *iint_cache __read_mostly;
/linux-4.4.14/fs/jbd2/
Drevoke.c98 static struct kmem_cache *jbd2_revoke_record_cache;
99 static struct kmem_cache *jbd2_revoke_table_cache;
Djournal.c2242 static struct kmem_cache *jbd2_slab[JBD2_MAX_SLABS];
2292 static struct kmem_cache *get_slab(size_t size) in get_slab()
2350 static struct kmem_cache *jbd2_journal_head_cache;
2616 struct kmem_cache *jbd2_handle_cache, *jbd2_inode_cache;
/linux-4.4.14/include/net/sctp/
Dsctp.h167 extern struct kmem_cache *sctp_chunk_cachep __read_mostly;
168 extern struct kmem_cache *sctp_bucket_cachep __read_mostly;
/linux-4.4.14/security/selinux/
Davc.c94 static struct kmem_cache *avc_node_cachep;
95 static struct kmem_cache *avc_xperms_data_cachep;
96 static struct kmem_cache *avc_xperms_decision_cachep;
97 static struct kmem_cache *avc_xperms_cachep;
/linux-4.4.14/virt/kvm/
Dasync_pf.c46 static struct kmem_cache *async_pf_cache;
/linux-4.4.14/arch/s390/pci/
Dpci_dma.c17 static struct kmem_cache *dma_region_table_cache;
18 static struct kmem_cache *dma_page_table_cache;
/linux-4.4.14/drivers/mtd/ubi/
Dubi.h744 struct kmem_cache *aeb_slab_cache;
776 extern struct kmem_cache *ubi_wl_entry_slab;
/linux-4.4.14/security/keys/
Dinternal.h81 extern struct kmem_cache *key_jar;
/linux-4.4.14/fs/
Ddcookies.c42 static struct kmem_cache *dcookie_cache __read_mostly;
Dfile_table.c40 static struct kmem_cache *filp_cachep __read_mostly;
/linux-4.4.14/lib/
Dtest_kasan.c281 struct kmem_cache *cache = kmem_cache_create("test_cache", in kmem_cache_oob()
/linux-4.4.14/drivers/staging/android/
Dashmem.c100 static struct kmem_cache *ashmem_area_cachep __read_mostly;
101 static struct kmem_cache *ashmem_range_cachep __read_mostly;
/linux-4.4.14/drivers/s390/cio/
Dqdio_setup.c22 static struct kmem_cache *qdio_q_cache;
23 static struct kmem_cache *qdio_aob_cache;
/linux-4.4.14/net/ipv4/
Dinet_hashtables.c61 struct inet_bind_bucket *inet_bind_bucket_create(struct kmem_cache *cachep, in inet_bind_bucket_create()
83 void inet_bind_bucket_destroy(struct kmem_cache *cachep, struct inet_bind_bucket *tb) in inet_bind_bucket_destroy()
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_rma.h303 extern struct kmem_cache *unaligned_cache;
Dscif_main.c37 struct kmem_cache *unaligned_cache;
/linux-4.4.14/fs/coda/
Dinode.c40 static struct kmem_cache * coda_inode_cachep;
/linux-4.4.14/drivers/block/rsxx/
Ddev.c65 static struct kmem_cache *bio_meta_pool;
/linux-4.4.14/net/rds/
Dtcp_recv.c40 static struct kmem_cache *rds_tcp_incoming_slab;
Diw_recv.c42 static struct kmem_cache *rds_iw_incoming_slab;
43 static struct kmem_cache *rds_iw_frag_slab;
Dtcp.c54 static struct kmem_cache *rds_tcp_conn_slab;
Dib_recv.c42 static struct kmem_cache *rds_ib_incoming_slab;
43 static struct kmem_cache *rds_ib_frag_slab;
/linux-4.4.14/drivers/scsi/snic/
Dsnic.h356 struct kmem_cache *req_cache[SNIC_REQ_MAX_CACHES];
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dgenops.c48 static struct kmem_cache *obd_device_cachep;
49 struct kmem_cache *obdo_cachep;
51 static struct kmem_cache *import_cachep;
/linux-4.4.14/fs/nfsd/
Dnfs4layouts.c22 static struct kmem_cache *nfs4_layout_cache;
23 static struct kmem_cache *nfs4_layout_stateid_cache;
Dstate.h587 struct kmem_cache *slab);
/linux-4.4.14/fs/hfsplus/
Dattributes.c12 static struct kmem_cache *hfsplus_attr_tree_cachep;
/linux-4.4.14/arch/sh/kernel/cpu/sh4/
Dsq.c42 static struct kmem_cache *sq_cache;
/linux-4.4.14/fs/efs/
Dsuper.c65 static struct kmem_cache * efs_inode_cachep;
/linux-4.4.14/net/ipv6/
Dxfrm6_tunnel.c68 static struct kmem_cache *xfrm6_tunnel_spi_kmem __read_mostly;
/linux-4.4.14/fs/fat/
Dcache.c36 static struct kmem_cache *fat_cache_cachep;
/linux-4.4.14/fs/fscache/
Dinternal.h49 extern struct kmem_cache *fscache_cookie_jar;
/linux-4.4.14/fs/logfs/
Dinode.c49 static struct kmem_cache *logfs_inode_cache;
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_mmu_hpte.c35 static struct kmem_cache *hpte_cache;
/linux-4.4.14/security/selinux/ss/
Davtab.c26 static struct kmem_cache *avtab_node_cachep;
27 static struct kmem_cache *avtab_xperms_cachep;
/linux-4.4.14/drivers/block/drbd/
Ddrbd_int.h1388 extern struct kmem_cache *drbd_request_cache;
1389 extern struct kmem_cache *drbd_ee_cache; /* peer requests */
1390 extern struct kmem_cache *drbd_bm_ext_cache; /* bitmap extents */
1391 extern struct kmem_cache *drbd_al_ext_cache; /* activity log extents */
/linux-4.4.14/drivers/infiniband/ulp/iser/
Discsi_iser.h601 struct kmem_cache *desc_cache;
/linux-4.4.14/net/sunrpc/
Dsched.c40 static struct kmem_cache *rpc_task_slabp __read_mostly;
41 static struct kmem_cache *rpc_buffer_slabp __read_mostly;
/linux-4.4.14/fs/nfs/
Dread.c34 static struct kmem_cache *nfs_rdata_cachep;
/linux-4.4.14/fs/qnx4/
Dinode.c333 static struct kmem_cache *qnx4_inode_cachep;
/linux-4.4.14/fs/openpromfs/
Dinode.c326 static struct kmem_cache *op_inode_cachep;
/linux-4.4.14/arch/x86/mm/
Dpgtable.c293 static struct kmem_cache *pgd_cache;
/linux-4.4.14/fs/sysv/
Dinode.c304 static struct kmem_cache *sysv_inode_cachep;
/linux-4.4.14/arch/tile/include/asm/
Dpgtable.h47 extern struct kmem_cache *pgd_cache;
/linux-4.4.14/net/xfrm/
Dxfrm_input.c19 static struct kmem_cache *secpath_cachep __read_mostly;

123