/linux-4.1.27/mm/ |
D | slab.h | 19 struct kmem_cache { struct 67 extern struct kmem_cache *kmem_cache; 77 struct kmem_cache *kmalloc_slab(size_t, gfp_t); 82 extern int __kmem_cache_create(struct kmem_cache *, unsigned long flags); 84 extern struct kmem_cache *create_kmalloc_cache(const char *name, size_t size, 86 extern void create_boot_cache(struct kmem_cache *, const char *name, 89 int slab_unmergeable(struct kmem_cache *s); 90 struct kmem_cache *find_mergeable(size_t size, size_t align, 93 struct kmem_cache * 101 static inline struct kmem_cache * [all …]
|
D | slab_common.c | 31 struct kmem_cache *kmem_cache; variable 64 unsigned int kmem_cache_size(struct kmem_cache *s) in kmem_cache_size() 73 struct kmem_cache *s = NULL; in kmem_cache_sanity_check() 109 void slab_init_memcg_params(struct kmem_cache *s) in slab_init_memcg_params() 116 static int init_memcg_params(struct kmem_cache *s, in init_memcg_params() 117 struct mem_cgroup *memcg, struct kmem_cache *root_cache) in init_memcg_params() 143 static void destroy_memcg_params(struct kmem_cache *s) in destroy_memcg_params() 149 static int update_memcg_params(struct kmem_cache *s, int new_array_size) in update_memcg_params() 175 struct kmem_cache *s; in memcg_update_all_caches() 192 static inline int init_memcg_params(struct kmem_cache *s, in init_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); 354 static int obj_offset(struct kmem_cache *cachep) in obj_offset() 359 static unsigned long long *dbg_redzone1(struct kmem_cache *cachep, void *objp) in dbg_redzone1() 366 static unsigned long long *dbg_redzone2(struct kmem_cache *cachep, void *objp) in dbg_redzone2() 377 static void **dbg_userword(struct kmem_cache *cachep, void *objp) in dbg_userword() 401 struct kmem_cache *cachep = page->slab_cache; in set_obj_status() 412 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 int __kmem_cache_shutdown(struct kmem_cache *c) in __kmem_cache_shutdown() 620 int __kmem_cache_shrink(struct kmem_cache *d, bool deactivate) in __kmem_cache_shrink() 625 struct kmem_cache kmem_cache_boot = { 627 .size = sizeof(struct kmem_cache), 634 kmem_cache = &kmem_cache_boot; in kmem_cache_init()
|
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 | 448 struct kmem_cache *mem = pool_data; in mempool_alloc_slab() 456 struct kmem_cache *mem = pool_data; in mempool_free_slab()
|
D | memcontrol.c | 2560 struct kmem_cache *cachep; 2569 struct kmem_cache *cachep = cw->cachep; in memcg_kmem_cache_create_func() 2581 struct kmem_cache *cachep) in __memcg_schedule_kmem_cache_create() 2599 struct kmem_cache *cachep) in memcg_schedule_kmem_cache_create() 2630 struct kmem_cache *__memcg_kmem_get_cache(struct kmem_cache *cachep) in __memcg_kmem_get_cache() 2633 struct kmem_cache *memcg_cachep; in __memcg_kmem_get_cache() 2668 void __memcg_kmem_put_cache(struct kmem_cache *cachep) in __memcg_kmem_put_cache() 2740 struct kmem_cache *cachep; in __mem_cgroup_from_kmem()
|
/linux-4.1.27/include/linux/ |
D | kasan.h | 6 struct kmem_cache; 42 void kasan_unpoison_object_data(struct kmem_cache *cache, void *object); 43 void kasan_poison_object_data(struct kmem_cache *cache, void *object); 48 void kasan_kmalloc(struct kmem_cache *s, const void *object, size_t size); 51 void kasan_slab_alloc(struct kmem_cache *s, void *object); 52 void kasan_slab_free(struct kmem_cache *s, void *object); 68 static inline void kasan_unpoison_object_data(struct kmem_cache *cache, in kasan_unpoison_object_data() 70 static inline void kasan_poison_object_data(struct kmem_cache *cache, in kasan_poison_object_data() 76 static inline void kasan_kmalloc(struct kmem_cache *s, const void *object, in kasan_kmalloc() 80 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 *); 233 extern struct kmem_cache *kmalloc_caches[KMALLOC_SHIFT_HIGH + 1]; 235 extern struct kmem_cache *kmalloc_dma_caches[KMALLOC_SHIFT_HIGH + 1]; 290 void *kmem_cache_alloc(struct kmem_cache *, gfp_t flags); 291 void kmem_cache_free(struct kmem_cache *, void *); 295 void *kmem_cache_alloc_node(struct kmem_cache *, gfp_t flags, int node); 302 static __always_inline void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t flags, int node) in kmem_cache_alloc_node() [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 | memcontrol.h | 30 struct kmem_cache; 439 struct kmem_cache *__memcg_kmem_get_cache(struct kmem_cache *cachep); 440 void __memcg_kmem_put_cache(struct kmem_cache *cachep); 522 static __always_inline struct kmem_cache * 523 memcg_kmem_get_cache(struct kmem_cache *cachep, gfp_t gfp) in memcg_kmem_get_cache() 539 static __always_inline void memcg_kmem_put_cache(struct kmem_cache *cachep) in memcg_kmem_put_cache() 593 static inline struct kmem_cache * 594 memcg_kmem_get_cache(struct kmem_cache *cachep, gfp_t gfp) in memcg_kmem_get_cache() 599 static inline void memcg_kmem_put_cache(struct kmem_cache *cachep) in memcg_kmem_put_cache()
|
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 | 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 | 116 extern struct kmem_cache *files_cachep;
|
D | elevator.h | 87 struct kmem_cache *icq_cache;
|
D | mm_types.h | 165 struct kmem_cache *slab_cache; /* SL[AU]B: Pointer to slab */
|
D | jbd2.h | 1188 extern struct kmem_cache *jbd2_handle_cache; 1204 extern struct kmem_cache *jbd2_inode_cache;
|
D | bio.h | 658 struct kmem_cache *bio_slab; 681 struct kmem_cache *slab;
|
D | signal.h | 315 extern struct kmem_cache *sighand_cachep;
|
/linux-4.1.27/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_tg_pt_gp_mem_cache; 89 extern struct kmem_cache *t10_alua_lba_map_cache; 90 extern struct kmem_cache *t10_alua_lba_map_mem_cache;
|
D | target_core_ua.h | 28 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 | 64 extern struct kmem_cache *se_tmr_req_cache;
|
D | target_core_transport.c | 58 static struct kmem_cache *se_sess_cache; 59 struct kmem_cache *se_ua_cache; 60 struct kmem_cache *t10_pr_reg_cache; 61 struct kmem_cache *t10_alua_lu_gp_cache; 62 struct kmem_cache *t10_alua_lu_gp_mem_cache; 63 struct kmem_cache *t10_alua_tg_pt_gp_cache; 64 struct kmem_cache *t10_alua_tg_pt_gp_mem_cache; 65 struct kmem_cache *t10_alua_lba_map_cache; 66 struct kmem_cache *t10_alua_lba_map_mem_cache;
|
/linux-4.1.27/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.1.27/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.1.27/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 | 402 extern struct kmem_cache *osc_lock_kmem; 403 extern struct kmem_cache *osc_object_kmem; 404 extern struct kmem_cache *osc_thread_kmem; 405 extern struct kmem_cache *osc_session_kmem; 406 extern struct kmem_cache *osc_req_kmem; 407 extern struct kmem_cache *osc_extent_kmem;
|
D | osc_internal.h | 186 extern struct kmem_cache *osc_quota_kmem;
|
/linux-4.1.27/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.1.27/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;
|
D | super.c | 3048 struct kmem_cache *ntfs_name_cache; 3051 struct kmem_cache *ntfs_inode_cache; 3052 struct kmem_cache *ntfs_big_inode_cache; 3066 struct kmem_cache *ntfs_attr_ctx_cache; 3067 struct kmem_cache *ntfs_index_ctx_cache;
|
/linux-4.1.27/fs/ecryptfs/ |
D | ecryptfs_kernel.h | 548 extern struct kmem_cache *ecryptfs_auth_tok_list_item_cache; 549 extern struct kmem_cache *ecryptfs_file_info_cache; 550 extern struct kmem_cache *ecryptfs_dentry_info_cache; 551 extern struct kmem_cache *ecryptfs_inode_info_cache; 552 extern struct kmem_cache *ecryptfs_sb_info_cache; 553 extern struct kmem_cache *ecryptfs_header_cache; 554 extern struct kmem_cache *ecryptfs_xattr_cache; 555 extern struct kmem_cache *ecryptfs_key_record_cache; 556 extern struct kmem_cache *ecryptfs_key_sig_cache; 557 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.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_cl_internal.h | 571 extern struct kmem_cache *lov_lock_kmem; 572 extern struct kmem_cache *lov_object_kmem; 573 extern struct kmem_cache *lov_thread_kmem; 574 extern struct kmem_cache *lov_session_kmem; 575 extern struct kmem_cache *lov_req_kmem; 577 extern struct kmem_cache *lovsub_lock_kmem; 578 extern struct kmem_cache *lovsub_object_kmem; 579 extern struct kmem_cache *lovsub_req_kmem; 581 extern struct kmem_cache *lov_lock_link_kmem;
|
D | lov_dev.c | 50 struct kmem_cache *lov_lock_kmem; 51 struct kmem_cache *lov_object_kmem; 52 struct kmem_cache *lov_thread_kmem; 53 struct kmem_cache *lov_session_kmem; 54 struct kmem_cache *lov_req_kmem; 56 struct kmem_cache *lovsub_lock_kmem; 57 struct kmem_cache *lovsub_object_kmem; 58 struct kmem_cache *lovsub_req_kmem; 60 struct kmem_cache *lov_lock_link_kmem;
|
D | lov_internal.h | 120 extern struct kmem_cache *lov_oinfo_slab;
|
/linux-4.1.27/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_dentry_cachep; 182 extern struct kmem_cache *ceph_file_cachep;
|
/linux-4.1.27/fs/btrfs/ |
D | delayed-ref.h | 161 extern struct kmem_cache *btrfs_delayed_ref_head_cachep; 162 extern struct kmem_cache *btrfs_delayed_tree_ref_cachep; 163 extern struct kmem_cache *btrfs_delayed_data_ref_cachep; 164 extern struct kmem_cache *btrfs_delayed_extent_op_cachep;
|
D | delayed-ref.c | 26 struct kmem_cache *btrfs_delayed_ref_head_cachep; 27 struct kmem_cache *btrfs_delayed_tree_ref_cachep; 28 struct kmem_cache *btrfs_delayed_data_ref_cachep; 29 struct kmem_cache *btrfs_delayed_extent_op_cachep;
|
/linux-4.1.27/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.1.27/fs/freevxfs/ |
D | vxfs_extern.h | 41 struct kmem_cache; 58 extern struct kmem_cache *vxfs_inode_cachep;
|
D | vxfs_inode.c | 44 struct kmem_cache *vxfs_inode_cachep;
|
/linux-4.1.27/arch/sh/mm/ |
D | pgtable.c | 6 static struct kmem_cache *pgd_cachep; 8 static struct kmem_cache *pmd_cachep;
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozproto.h | 59 extern struct kmem_cache *oz_elt_info_cache; 60 extern struct kmem_cache *oz_tx_frame_cache;
|
D | ozpd.h | 131 extern struct kmem_cache *oz_elt_info_cache; 132 extern struct kmem_cache *oz_tx_frame_cache;
|
D | ozproto.c | 55 struct kmem_cache *oz_elt_info_cache; 56 struct kmem_cache *oz_tx_frame_cache;
|
/linux-4.1.27/fs/dlm/ |
D | memory.c | 18 static struct kmem_cache *lkb_cache; 19 static struct kmem_cache *rsb_cache;
|
/linux-4.1.27/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.1.27/fs/xfs/ |
D | kmem.h | 88 #define kmem_zone kmem_cache 89 #define kmem_zone_t struct kmem_cache
|
/linux-4.1.27/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.1.27/mm/kasan/ |
D | kasan.c | 310 void kasan_unpoison_object_data(struct kmem_cache *cache, void *object) in kasan_unpoison_object_data() 315 void kasan_poison_object_data(struct kmem_cache *cache, void *object) in kasan_poison_object_data() 322 void kasan_slab_alloc(struct kmem_cache *cache, void *object) in kasan_slab_alloc() 327 void kasan_slab_free(struct kmem_cache *cache, void *object) in kasan_slab_free() 339 void kasan_kmalloc(struct kmem_cache *cache, const void *object, size_t size) in kasan_kmalloc()
|
D | report.c | 110 struct kmem_cache *cache = page->slab_cache; in print_address_description()
|
/linux-4.1.27/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.1.27/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.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_internal.h | 180 extern struct kmem_cache *ldlm_resource_slab; 183 extern struct kmem_cache *ldlm_lock_slab; 212 extern struct kmem_cache *ldlm_interval_slab; /* slab cache for ldlm_interval */
|
D | ldlm_extent.c | 99 struct kmem_cache *ldlm_interval_slab;
|
/linux-4.1.27/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.1.27/arch/arm64/mm/ |
D | pgd.c | 33 static struct kmem_cache *pgd_cache;
|
/linux-4.1.27/net/sunrpc/xprtrdma/ |
D | svc_rdma.c | 76 struct kmem_cache *svc_rdma_map_cachep; 77 struct kmem_cache *svc_rdma_ctxt_cachep;
|
D | xprt_rdma.h | 484 extern struct kmem_cache *svc_rdma_map_cachep; 486 extern struct kmem_cache *svc_rdma_ctxt_cachep;
|
/linux-4.1.27/drivers/staging/unisys/visorchipset/ |
D | visorchipset.h | 231 void *visorchipset_cache_alloc(struct kmem_cache *pool, 233 void visorchipset_cache_free(struct kmem_cache *pool, void *p,
|
/linux-4.1.27/drivers/md/bcache/ |
D | request.h | 41 extern struct kmem_cache *bch_search_cache, *bch_passthrough_cache;
|
/linux-4.1.27/include/net/ |
D | inet_hashtables.h | 137 struct kmem_cache *bind_bucket_cachep; 218 inet_bind_bucket_create(struct kmem_cache *cachep, struct net *net, 221 void inet_bind_bucket_destroy(struct kmem_cache *cachep,
|
D | timewait_sock.h | 19 struct kmem_cache *twsk_slab;
|
D | dst_ops.h | 36 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.1.27/drivers/staging/i2o/ |
D | i2o_block.h | 67 struct kmem_cache *slab;
|
/linux-4.1.27/net/tipc/ |
D | server.h | 68 struct kmem_cache *rcvbuf_cache;
|
/linux-4.1.27/fs/nilfs2/ |
D | btree.h | 68 extern struct kmem_cache *nilfs_btree_path_cache;
|
D | segment.h | 227 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.1.27/tools/include/linux/ |
D | types.h | 12 struct kmem_cache;
|
/linux-4.1.27/fs/cachefiles/ |
D | main.c | 35 struct kmem_cache *cachefiles_object_jar;
|
D | internal.h | 54 extern struct kmem_cache *cachefiles_object_jar;
|
/linux-4.1.27/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.1.27/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.1.27/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;
|
/linux-4.1.27/net/openvswitch/ |
D | flow_table.h | 57 extern struct kmem_cache *flow_stats_cache;
|
D | flow_table.c | 50 static struct kmem_cache *flow_cache; 51 struct kmem_cache *flow_stats_cache __read_mostly;
|
/linux-4.1.27/include/acpi/platform/ |
D | aclinux.h | 124 #define acpi_cache_t struct kmem_cache
|
/linux-4.1.27/drivers/dma/ioat/ |
D | pci.c | 126 struct kmem_cache *ioat2_cache; 127 struct kmem_cache *ioat3_sed_cache;
|
D | dma_v2.h | 174 extern struct kmem_cache *ioat2_cache;
|
/linux-4.1.27/drivers/staging/unisys/include/ |
D | uisutils.h | 287 void *uislib_cache_alloc(struct kmem_cache *cur_pool, char *fn, int ln); 289 void uislib_cache_free(struct kmem_cache *cur_pool, void *p, char *fn, int ln);
|
/linux-4.1.27/block/ |
D | blk.h | 28 extern struct kmem_cache *blk_requestq_cachep; 29 extern struct kmem_cache *request_cachep;
|
D | blk-ioc.c | 16 static struct kmem_cache *iocontext_cachep;
|
D | bio-integrity.c | 32 static struct kmem_cache *bip_slab;
|
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 | blk-integrity.c | 32 static struct kmem_cache *integrity_cachep;
|
/linux-4.1.27/drivers/infiniband/hw/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.1.27/fs/9p/ |
D | v9fs_vfs.h | 55 extern struct kmem_cache *v9fs_inode_cache;
|
/linux-4.1.27/include/net/netns/ |
D | conntrack.h | 99 struct kmem_cache *nf_conntrack_cachep;
|
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/llite/ |
D | remote_perm.c | 57 struct kmem_cache *ll_remote_perm_cachep = NULL; 58 struct kmem_cache *ll_rmtperm_hash_cachep = NULL;
|
D | super25.c | 49 static struct kmem_cache *ll_inode_cachep;
|
D | vvp_dev.c | 60 static struct kmem_cache *vvp_thread_kmem; 61 static struct kmem_cache *vvp_session_kmem;
|
D | llite_internal.h | 624 extern struct kmem_cache *ll_file_data_slab; 1076 extern struct kmem_cache *ll_remote_perm_cachep; 1077 extern struct kmem_cache *ll_rmtperm_hash_cachep;
|
D | xattr_cache.c | 31 static struct kmem_cache *xattr_kmem;
|
/linux-4.1.27/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 | 118 struct kmem_cache *cachep; in __hugepte_alloc() 849 struct kmem_cache *hugepte_cache;
|
/linux-4.1.27/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.1.27/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.1.27/arch/sh/include/asm/ |
D | processor.h | 117 extern struct kmem_cache *task_xstate_cachep;
|
/linux-4.1.27/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.1.27/arch/sparc/include/asm/ |
D | pgalloc_64.h | 16 extern struct kmem_cache *pgtable_cache;
|
/linux-4.1.27/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.1.27/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.1.27/fs/ceph/ |
D | super.c | 610 struct kmem_cache *ceph_inode_cachep; 611 struct kmem_cache *ceph_cap_cachep; 612 struct kmem_cache *ceph_dentry_cachep; 613 struct kmem_cache *ceph_file_cachep;
|
/linux-4.1.27/drivers/md/ |
D | dm-uevent.c | 41 static struct kmem_cache *_dm_event_cache;
|
D | raid5.h | 485 struct kmem_cache *slab_cache; /* for allocating stripes */
|
D | dm-bio-prison.c | 25 static struct kmem_cache *_cell_cache;
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_priv.h | 96 extern struct kmem_cache *scsi_sdb_cache;
|
D | scsi.c | 148 struct kmem_cache *cmd_slab; 149 struct kmem_cache *sense_slab;
|
/linux-4.1.27/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.1.27/fs/jbd/ |
D | revoke.c | 98 static struct kmem_cache *revoke_record_cache; 99 static struct kmem_cache *revoke_table_cache;
|
/linux-4.1.27/arch/sparc/mm/ |
D | tsb.c | 261 struct kmem_cache *pgtable_cache __read_mostly; 263 static struct kmem_cache *tsb_caches[8] __read_mostly;
|
/linux-4.1.27/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.1.27/security/integrity/ |
D | iint.c | 28 static struct kmem_cache *iint_cache __read_mostly;
|
/linux-4.1.27/lib/ |
D | test_kasan.c | 216 struct kmem_cache *cache = kmem_cache_create("test_cache", in kmem_cache_oob()
|
/linux-4.1.27/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.1.27/fs/jbd2/ |
D | revoke.c | 98 static struct kmem_cache *jbd2_revoke_record_cache; 99 static struct kmem_cache *jbd2_revoke_table_cache;
|
/linux-4.1.27/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.1.27/virt/kvm/ |
D | async_pf.c | 46 static struct kmem_cache *async_pf_cache;
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_capa.h | 180 extern struct kmem_cache *capa_cachep;
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | ubi.h | 744 struct kmem_cache *aeb_slab_cache; 776 extern struct kmem_cache *ubi_wl_entry_slab;
|
/linux-4.1.27/fs/ext4/ |
D | block_validity.c | 28 static struct kmem_cache *ext4_system_zone_cachep;
|
D | mballoc.c | 349 static struct kmem_cache *ext4_pspace_cachep; 350 static struct kmem_cache *ext4_ac_cachep; 351 static struct kmem_cache *ext4_free_data_cachep; 357 static struct kmem_cache *ext4_groupinfo_caches[NR_GRPINFO_CACHES]; 2330 static struct kmem_cache *get_groupinfo_cache(int blocksize_bits) in get_groupinfo_cache() 2333 struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index]; in get_groupinfo_cache() 2380 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); in ext4_mb_add_groupinfo() 2462 struct kmem_cache *cachep; in ext4_mb_init_backend() 2521 struct kmem_cache *cachep; in ext4_groupinfo_create_slab() 2694 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); in ext4_mb_release()
|
/linux-4.1.27/security/keys/ |
D | internal.h | 81 extern struct kmem_cache *key_jar;
|
/linux-4.1.27/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.1.27/drivers/staging/android/ |
D | ashmem.c | 99 static struct kmem_cache *ashmem_area_cachep __read_mostly; 100 static struct kmem_cache *ashmem_range_cachep __read_mostly;
|
/linux-4.1.27/net/ipv4/ |
D | inet_hashtables.c | 60 struct inet_bind_bucket *inet_bind_bucket_create(struct kmem_cache *cachep, in inet_bind_bucket_create() 82 void inet_bind_bucket_destroy(struct kmem_cache *cachep, struct inet_bind_bucket *tb) in inet_bind_bucket_destroy()
|
/linux-4.1.27/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.1.27/fs/coda/ |
D | inode.c | 40 static struct kmem_cache * coda_inode_cachep;
|
/linux-4.1.27/net/rds/ |
D | tcp_recv.c | 40 static struct kmem_cache *rds_tcp_incoming_slab;
|
D | tcp.c | 51 static struct kmem_cache *rds_tcp_conn_slab;
|
D | iw_recv.c | 42 static struct kmem_cache *rds_iw_incoming_slab; 43 static struct kmem_cache *rds_iw_frag_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.1.27/drivers/block/rsxx/ |
D | dev.c | 65 static struct kmem_cache *bio_meta_pool;
|
/linux-4.1.27/arch/x86/kernel/ |
D | process.c | 79 struct kmem_cache *task_xstate_cachep;
|
/linux-4.1.27/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 | 593 struct kmem_cache *slab);
|
/linux-4.1.27/arch/sh/kernel/cpu/sh4/ |
D | sq.c | 42 static struct kmem_cache *sq_cache;
|
/linux-4.1.27/fs/efs/ |
D | super.c | 65 static struct kmem_cache * efs_inode_cachep;
|
/linux-4.1.27/fs/hfsplus/ |
D | attributes.c | 12 static struct kmem_cache *hfsplus_attr_tree_cachep;
|
/linux-4.1.27/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.h | 554 struct kmem_cache *desc_cache;
|
/linux-4.1.27/fs/fat/ |
D | cache.c | 36 static struct kmem_cache *fat_cache_cachep;
|
/linux-4.1.27/fs/fscache/ |
D | internal.h | 49 extern struct kmem_cache *fscache_cookie_jar;
|
/linux-4.1.27/net/ipv6/ |
D | xfrm6_tunnel.c | 68 static struct kmem_cache *xfrm6_tunnel_spi_kmem __read_mostly;
|
/linux-4.1.27/fs/logfs/ |
D | inode.c | 49 static struct kmem_cache *logfs_inode_cache;
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_mmu_hpte.c | 35 static struct kmem_cache *hpte_cache;
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_int.h | 1387 extern struct kmem_cache *drbd_request_cache; 1388 extern struct kmem_cache *drbd_ee_cache; /* peer requests */ 1389 extern struct kmem_cache *drbd_bm_ext_cache; /* bitmap extents */ 1390 extern struct kmem_cache *drbd_al_ext_cache; /* activity log extents */
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | capa.c | 61 struct kmem_cache *capa_cachep = NULL;
|
/linux-4.1.27/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.1.27/drivers/infiniband/hw/amso1100/ |
D | c2.h | 303 struct kmem_cache *host_msg_cache;
|
/linux-4.1.27/fs/qnx4/ |
D | inode.c | 333 static struct kmem_cache *qnx4_inode_cachep;
|
/linux-4.1.27/fs/openpromfs/ |
D | inode.c | 326 static struct kmem_cache *op_inode_cachep;
|
/linux-4.1.27/arch/x86/mm/ |
D | pgtable.c | 293 static struct kmem_cache *pgd_cache;
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_input.c | 19 static struct kmem_cache *secpath_cachep __read_mostly;
|
/linux-4.1.27/fs/sysv/ |
D | inode.c | 310 static struct kmem_cache *sysv_inode_cachep;
|
/linux-4.1.27/arch/tile/include/asm/ |
D | pgtable.h | 47 extern struct kmem_cache *pgd_cache;
|
/linux-4.1.27/fs/nfs/ |
D | read.c | 34 static struct kmem_cache *nfs_rdata_cachep;
|