/linux-4.4.14/mm/ |
D | slab.h | 19 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 …]
|
D | slab_common.c | 31 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 …]
|
D | slub.c | 118 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 …]
|
D | slab.c | 245 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 …]
|
D | slob.c | 525 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 …]
|
D | kmemcheck.c | 60 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()
|
D | mempool.c | 451 struct kmem_cache *mem = pool_data; in mempool_alloc_slab() 459 struct kmem_cache *mem = pool_data; in mempool_free_slab()
|
D | memcontrol.c | 2291 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/ |
D | kasan.h | 6 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 …]
|
D | slab.h | 116 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 …]
|
D | slub_def.h | 62 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,
|
D | kmemcheck.h | 13 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()
|
D | memcontrol.h | 35 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()
|
D | slab_def.h | 10 struct kmem_cache { struct 34 struct kmem_cache *freelist_cache; argument
|
D | mempool.h | 9 struct kmem_cache; 45 mempool_create_slab_pool(int min_nr, struct kmem_cache *kc) in mempool_create_slab_pool()
|
D | lru_cache.h | 184 struct kmem_cache *lc_cache; 251 extern struct lru_cache *lc_create(const char *name, struct kmem_cache *cache,
|
D | taskstats_kern.h | 15 extern struct kmem_cache *taskstats_cache;
|
D | fs_struct.h | 17 extern struct kmem_cache *fs_cachep;
|
D | mbcache.h | 29 struct kmem_cache *c_entry_cache;
|
D | iocontext.h | 83 struct kmem_cache *__rcu_icq_cache;
|
D | pid_namespace.h | 31 struct kmem_cache *pid_cachep;
|
D | delayacct.h | 34 extern struct kmem_cache *delayacct_cache;
|
D | fdtable.h | 121 extern struct kmem_cache *files_cachep;
|
D | elevator.h | 89 struct kmem_cache *icq_cache;
|
D | mm_types.h | 188 struct kmem_cache *slab_cache; /* SL[AU]B: Pointer to slab */
|
D | bio.h | 716 struct kmem_cache *bio_slab; 739 struct kmem_cache *slab;
|
D | signal.h | 314 extern struct kmem_cache *sighand_cachep;
|
D | jbd2.h | 1293 extern struct kmem_cache *jbd2_handle_cache; 1309 extern struct kmem_cache *jbd2_inode_cache;
|
/linux-4.4.14/fs/jffs2/ |
D | malloc.c | 22 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;
|
D | super.c | 35 static struct kmem_cache *jffs2_inode_cachep;
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_dev.c | 52 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;
|
D | osc_cl_internal.h | 401 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;
|
D | osc_internal.h | 182 extern struct kmem_cache *osc_quota_kmem;
|
/linux-4.4.14/fs/gfs2/ |
D | util.c | 24 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;
|
D | util.h | 146 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/ |
D | iscsi_target.h | 40 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/ |
D | target_core_alua.h | 85 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;
|
D | target_core_ua.h | 31 extern struct kmem_cache *se_ua_cache;
|
D | target_core_pr.h | 51 extern struct kmem_cache *t10_pr_reg_cache;
|
D | target_core_internal.h | 129 extern struct kmem_cache *se_tmr_req_cache;
|
D | target_core_transport.c | 57 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/ |
D | ntfs.h | 52 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/ |
D | libceph.h | 179 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/ |
D | ecryptfs_kernel.h | 547 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 …]
|
D | dentry.c | 66 struct kmem_cache *ecryptfs_dentry_info_cache;
|
D | super.c | 37 struct kmem_cache *ecryptfs_inode_info_cache;
|
D | main.c | 481 struct kmem_cache *ecryptfs_sb_info_cache; 663 struct kmem_cache **cache;
|
D | file.c | 129 struct kmem_cache *ecryptfs_file_info_cache;
|
D | mmap.c | 415 struct kmem_cache *ecryptfs_xattr_cache;
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_cl_internal.h | 570 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;
|
D | lov_dev.c | 49 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;
|
D | lov_internal.h | 109 extern struct kmem_cache *lov_oinfo_slab;
|
/linux-4.4.14/fs/btrfs/ |
D | delayed-ref.h | 198 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;
|
D | delayed-ref.c | 27 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/ |
D | fanotify.h | 5 extern struct kmem_cache *fanotify_event_cachep; 6 extern struct kmem_cache *fanotify_perm_event_cachep;
|
D | fanotify_user.c | 43 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/ |
D | vxfs_extern.h | 41 struct kmem_cache; 55 extern struct kmem_cache *vxfs_inode_cachep;
|
D | vxfs_inode.c | 45 struct kmem_cache *vxfs_inode_cachep;
|
/linux-4.4.14/arch/sh/mm/ |
D | pgtable.c | 6 static struct kmem_cache *pgd_cachep; 8 static struct kmem_cache *pmd_cachep;
|
/linux-4.4.14/fs/dlm/ |
D | memory.c | 18 static struct kmem_cache *lkb_cache; 19 static struct kmem_cache *rsb_cache;
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx.h | 59 extern struct kmem_cache *asd_dma_token_cache; 60 extern struct kmem_cache *asd_ascb_cache;
|
/linux-4.4.14/fs/xfs/ |
D | kmem.h | 88 #define kmem_zone kmem_cache 89 #define kmem_zone_t struct kmem_cache
|
/linux-4.4.14/net/dccp/ |
D | ccid.c | 82 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()
|
D | ackvec.c | 17 static struct kmem_cache *dccp_ackvec_slab; 18 static struct kmem_cache *dccp_ackvec_record_slab;
|
D | ccid.h | 52 struct kmem_cache *ccid_hc_rx_slab,
|
/linux-4.4.14/mm/kasan/ |
D | kasan.c | 324 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()
|
D | report.c | 128 struct kmem_cache *cache = page->slab_cache; in print_address_description()
|
/linux-4.4.14/fs/ocfs2/ |
D | quota.h | 82 extern struct kmem_cache *ocfs2_dquot_cachep; 83 extern struct kmem_cache *ocfs2_qf_chunk_cachep;
|
D | inode.h | 126 extern struct kmem_cache *ocfs2_inode_cache;
|
/linux-4.4.14/kernel/ |
D | pid_namespace.c | 25 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()
|
D | fork.c | 137 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;
|
D | user.c | 76 static struct kmem_cache *uid_cachep;
|
D | delayacct.c | 26 struct kmem_cache *delayacct_cache;
|
D | nsproxy.c | 29 static struct kmem_cache *nsproxy_cachep;
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_ext.h | 71 extern struct kmem_cache *zfcp_fc_req_cache; 93 extern struct kmem_cache *zfcp_fsf_qtcb_cache;
|
/linux-4.4.14/include/net/ |
D | inet_hashtables.h | 136 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,
|
D | timewait_sock.h | 19 struct kmem_cache *twsk_slab;
|
D | dst_ops.h | 37 struct kmem_cache *kmem_cachep;
|
D | inet_frag.h | 104 struct kmem_cache *frags_cachep;
|
D | request_sock.h | 33 struct kmem_cache *slab;
|
/linux-4.4.14/arch/arm64/mm/ |
D | pgd.c | 31 static struct kmem_cache *pgd_cache;
|
/linux-4.4.14/net/sunrpc/xprtrdma/ |
D | svc_rdma.c | 75 struct kmem_cache *svc_rdma_map_cachep; 76 struct kmem_cache *svc_rdma_ctxt_cachep;
|
D | xprt_rdma.h | 533 extern struct kmem_cache *svc_rdma_map_cachep; 535 extern struct kmem_cache *svc_rdma_ctxt_cachep;
|
/linux-4.4.14/drivers/md/bcache/ |
D | request.h | 41 extern struct kmem_cache *bch_search_cache, *bch_passthrough_cache;
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_internal.h | 162 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 */
|
D | ldlm_extent.c | 98 struct kmem_cache *ldlm_interval_slab;
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | user_sdma.h | 75 struct kmem_cache *txreq_cache;
|
/linux-4.4.14/net/tipc/ |
D | server.h | 68 struct kmem_cache *rcvbuf_cache;
|
/linux-4.4.14/fs/nilfs2/ |
D | btree.h | 68 extern struct kmem_cache *nilfs_btree_path_cache;
|
D | segment.h | 228 extern struct kmem_cache *nilfs_transaction_cachep;
|
D | segbuf.h | 117 extern struct kmem_cache *nilfs_segbuf_cachep;
|
D | super.c | 70 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/ |
D | types.h | 12 struct kmem_cache;
|
/linux-4.4.14/fs/cachefiles/ |
D | main.c | 35 struct kmem_cache *cachefiles_object_jar;
|
D | internal.h | 53 extern struct kmem_cache *cachefiles_object_jar;
|
/linux-4.4.14/drivers/usb/usbip/ |
D | stub.h | 94 extern struct kmem_cache *stub_priv_cache;
|
D | stub_main.c | 30 struct kmem_cache *stub_priv_cache;
|
/linux-4.4.14/arch/sh/kernel/ |
D | process.c | 9 struct kmem_cache *task_xstate_cachep = NULL;
|
D | dwarf.c | 38 static struct kmem_cache *dwarf_frame_cachep; 41 static struct kmem_cache *dwarf_reg_cachep;
|
/linux-4.4.14/drivers/iommu/ |
D | shmobile-iommu.c | 49 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()
|
D | amd_iommu_types.h | 369 extern struct kmem_cache *amd_iommu_irq_cache;
|
D | fsl_pamu_domain.c | 32 static struct kmem_cache *fsl_pamu_domain_cache; 33 static struct kmem_cache *iommu_devinfo_cache;
|
/linux-4.4.14/include/acpi/platform/ |
D | aclinux.h | 128 #define acpi_cache_t struct kmem_cache
|
/linux-4.4.14/net/openvswitch/ |
D | flow_table.h | 57 extern struct kmem_cache *flow_stats_cache;
|
D | flow_table.c | 51 static struct kmem_cache *flow_cache; 52 struct kmem_cache *flow_stats_cache __read_mostly;
|
/linux-4.4.14/block/ |
D | blk.h | 34 extern struct kmem_cache *blk_requestq_cachep; 35 extern struct kmem_cache *request_cachep;
|
D | blk-ioc.c | 16 static struct kmem_cache *iocontext_cachep;
|
D | bio.c | 62 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()
|
D | bio-integrity.c | 32 static struct kmem_cache *bip_slab;
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_pd.c | 46 static struct kmem_cache *pd_cache;
|
D | ipz_pt_fn.h | 57 extern struct kmem_cache *small_qp_cache;
|
D | ipz_pt_fn.c | 49 struct kmem_cache *small_qp_cache;
|
D | ehca_av.c | 50 static struct kmem_cache *av_cache;
|
D | ehca_cq.c | 53 static struct kmem_cache *cq_cache;
|
/linux-4.4.14/fs/kernfs/ |
D | kernfs-internal.h | 74 extern struct kmem_cache *kernfs_node_cache;
|
D | mount.c | 20 struct kmem_cache *kernfs_node_cache;
|
/linux-4.4.14/fs/9p/ |
D | v9fs_vfs.h | 55 extern struct kmem_cache *v9fs_inode_cache;
|
/linux-4.4.14/include/net/netns/ |
D | conntrack.h | 98 struct kmem_cache *nf_conntrack_cachep;
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | remote_perm.c | 57 struct kmem_cache *ll_remote_perm_cachep; 58 struct kmem_cache *ll_rmtperm_hash_cachep;
|
D | super25.c | 49 static struct kmem_cache *ll_inode_cachep;
|
D | vvp_dev.c | 59 static struct kmem_cache *vvp_thread_kmem; 60 static struct kmem_cache *vvp_session_kmem;
|
D | llite_internal.h | 613 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;
|
D | xattr_cache.c | 31 static struct kmem_cache *xattr_kmem;
|
/linux-4.4.14/arch/powerpc/mm/ |
D | init_64.c | 97 struct kmem_cache *pgtable_cache[MAX_PGTABLE_INDEX_SIZE]; 121 struct kmem_cache *new; in pgtable_cache_add()
|
D | pgtable_32.c | 73 static struct kmem_cache *pgtable_cache;
|
D | hugetlbpage.c | 137 struct kmem_cache *cachep; in __hugepte_alloc() 856 struct kmem_cache *hugepte_cache;
|
/linux-4.4.14/fs/ceph/ |
D | super.c | 623 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/ |
D | lppaca.h | 154 extern struct kmem_cache *dtl_cache;
|
D | hugetlb.h | 8 extern struct kmem_cache *hugepte_cache;
|
D | pgalloc-64.h | 38 extern struct kmem_cache *pgtable_cache[];
|
/linux-4.4.14/drivers/gpu/drm/amd/scheduler/ |
D | gpu_scheduler.h | 35 extern struct kmem_cache *sched_fence_slab;
|
D | gpu_scheduler.c | 36 struct kmem_cache *sched_fence_slab;
|
/linux-4.4.14/fs/notify/dnotify/ |
D | dnotify.c | 31 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/ |
D | processor.h | 117 extern struct kmem_cache *task_xstate_cachep;
|
/linux-4.4.14/fs/f2fs/ |
D | crypto.c | 69 static struct kmem_cache *f2fs_crypto_ctx_cachep; 70 struct kmem_cache *f2fs_crypt_info_cachep;
|
D | extent_cache.c | 21 static struct kmem_cache *extent_tree_slab; 22 static struct kmem_cache *extent_node_slab;
|
/linux-4.4.14/fs/ext4/ |
D | crypto.c | 58 static struct kmem_cache *ext4_crypto_ctx_cachep; 59 struct kmem_cache *ext4_crypt_info_cachep;
|
D | block_validity.c | 28 static struct kmem_cache *ext4_system_zone_cachep;
|
D | mballoc.c | 350 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/ |
D | lcommon_cl.c | 72 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/ |
D | mount.c | 41 struct kmem_cache *configfs_dir_cachep;
|
D | configfs_internal.h | 67 extern struct kmem_cache *configfs_dir_cachep;
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgalloc_64.h | 16 extern struct kmem_cache *pgtable_cache;
|
/linux-4.4.14/drivers/dma/ioat/ |
D | dma.h | 198 extern struct kmem_cache *ioat_cache; 200 extern struct kmem_cache *ioat_sed_cache;
|
/linux-4.4.14/net/dccp/ccids/lib/ |
D | packet_history.c | 44 static struct kmem_cache *tfrc_tx_hist_slab; 92 static struct kmem_cache *tfrc_rx_hist_slab;
|
D | loss_interval.c | 15 static struct kmem_cache *tfrc_lh_slab __read_mostly;
|
/linux-4.4.14/drivers/md/ |
D | dm-uevent.c | 41 static struct kmem_cache *_dm_event_cache;
|
D | raid5.h | 494 struct kmem_cache *slab_cache; /* for allocating stripes */
|
D | dm-bio-prison.c | 25 static struct kmem_cache *_cell_cache;
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_priv.h | 96 extern struct kmem_cache *scsi_sdb_cache;
|
D | scsi.c | 102 struct kmem_cache *cmd_slab; 103 struct kmem_cache *sense_slab;
|
/linux-4.4.14/arch/sparc/mm/ |
D | tsb.c | 263 struct kmem_cache *pgtable_cache __read_mostly; 265 static struct kmem_cache *tsb_caches[8] __read_mostly;
|
/linux-4.4.14/net/netfilter/ |
D | xt_connlimit.c | 66 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/ |
D | cifsfs.c | 240 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/ |
D | iint.c | 28 static struct kmem_cache *iint_cache __read_mostly;
|
/linux-4.4.14/fs/jbd2/ |
D | revoke.c | 98 static struct kmem_cache *jbd2_revoke_record_cache; 99 static struct kmem_cache *jbd2_revoke_table_cache;
|
D | journal.c | 2242 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/ |
D | sctp.h | 167 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/ |
D | avc.c | 94 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/ |
D | async_pf.c | 46 static struct kmem_cache *async_pf_cache;
|
/linux-4.4.14/arch/s390/pci/ |
D | pci_dma.c | 17 static struct kmem_cache *dma_region_table_cache; 18 static struct kmem_cache *dma_page_table_cache;
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | ubi.h | 744 struct kmem_cache *aeb_slab_cache; 776 extern struct kmem_cache *ubi_wl_entry_slab;
|
/linux-4.4.14/security/keys/ |
D | internal.h | 81 extern struct kmem_cache *key_jar;
|
/linux-4.4.14/fs/ |
D | dcookies.c | 42 static struct kmem_cache *dcookie_cache __read_mostly;
|
D | file_table.c | 40 static struct kmem_cache *filp_cachep __read_mostly;
|
/linux-4.4.14/lib/ |
D | test_kasan.c | 281 struct kmem_cache *cache = kmem_cache_create("test_cache", in kmem_cache_oob()
|
/linux-4.4.14/drivers/staging/android/ |
D | ashmem.c | 100 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/ |
D | qdio_setup.c | 22 static struct kmem_cache *qdio_q_cache; 23 static struct kmem_cache *qdio_aob_cache;
|
/linux-4.4.14/net/ipv4/ |
D | inet_hashtables.c | 61 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/ |
D | scif_rma.h | 303 extern struct kmem_cache *unaligned_cache;
|
D | scif_main.c | 37 struct kmem_cache *unaligned_cache;
|
/linux-4.4.14/fs/coda/ |
D | inode.c | 40 static struct kmem_cache * coda_inode_cachep;
|
/linux-4.4.14/drivers/block/rsxx/ |
D | dev.c | 65 static struct kmem_cache *bio_meta_pool;
|
/linux-4.4.14/net/rds/ |
D | tcp_recv.c | 40 static struct kmem_cache *rds_tcp_incoming_slab;
|
D | iw_recv.c | 42 static struct kmem_cache *rds_iw_incoming_slab; 43 static struct kmem_cache *rds_iw_frag_slab;
|
D | tcp.c | 54 static struct kmem_cache *rds_tcp_conn_slab;
|
D | ib_recv.c | 42 static struct kmem_cache *rds_ib_incoming_slab; 43 static struct kmem_cache *rds_ib_frag_slab;
|
/linux-4.4.14/drivers/scsi/snic/ |
D | snic.h | 356 struct kmem_cache *req_cache[SNIC_REQ_MAX_CACHES];
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | genops.c | 48 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/ |
D | nfs4layouts.c | 22 static struct kmem_cache *nfs4_layout_cache; 23 static struct kmem_cache *nfs4_layout_stateid_cache;
|
D | state.h | 587 struct kmem_cache *slab);
|
/linux-4.4.14/fs/hfsplus/ |
D | attributes.c | 12 static struct kmem_cache *hfsplus_attr_tree_cachep;
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4/ |
D | sq.c | 42 static struct kmem_cache *sq_cache;
|
/linux-4.4.14/fs/efs/ |
D | super.c | 65 static struct kmem_cache * efs_inode_cachep;
|
/linux-4.4.14/net/ipv6/ |
D | xfrm6_tunnel.c | 68 static struct kmem_cache *xfrm6_tunnel_spi_kmem __read_mostly;
|
/linux-4.4.14/fs/fat/ |
D | cache.c | 36 static struct kmem_cache *fat_cache_cachep;
|
/linux-4.4.14/fs/fscache/ |
D | internal.h | 49 extern struct kmem_cache *fscache_cookie_jar;
|
/linux-4.4.14/fs/logfs/ |
D | inode.c | 49 static struct kmem_cache *logfs_inode_cache;
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_mmu_hpte.c | 35 static struct kmem_cache *hpte_cache;
|
/linux-4.4.14/security/selinux/ss/ |
D | avtab.c | 26 static struct kmem_cache *avtab_node_cachep; 27 static struct kmem_cache *avtab_xperms_cachep;
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_int.h | 1388 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/ |
D | iscsi_iser.h | 601 struct kmem_cache *desc_cache;
|
/linux-4.4.14/net/sunrpc/ |
D | sched.c | 40 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/ |
D | read.c | 34 static struct kmem_cache *nfs_rdata_cachep;
|
/linux-4.4.14/fs/qnx4/ |
D | inode.c | 333 static struct kmem_cache *qnx4_inode_cachep;
|
/linux-4.4.14/fs/openpromfs/ |
D | inode.c | 326 static struct kmem_cache *op_inode_cachep;
|
/linux-4.4.14/arch/x86/mm/ |
D | pgtable.c | 293 static struct kmem_cache *pgd_cache;
|
/linux-4.4.14/fs/sysv/ |
D | inode.c | 304 static struct kmem_cache *sysv_inode_cachep;
|
/linux-4.4.14/arch/tile/include/asm/ |
D | pgtable.h | 47 extern struct kmem_cache *pgd_cache;
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_input.c | 19 static struct kmem_cache *secpath_cachep __read_mostly;
|