Searched refs:kmem_cache (Results 1 - 25 of 561) sorted by last modified time

1234567891011>>

/linux-master/mm/
H A Dslub.c55 * 3. kmem_cache->cpu_slab->lock (Local lock)
228 static inline bool kmem_cache_debug(struct kmem_cache *s)
233 static inline bool slub_debug_orig_size(struct kmem_cache *s)
239 void *fixup_red_left(struct kmem_cache *s, void *p)
247 static inline bool kmem_cache_has_cpu_partial(struct kmem_cache *s)
335 static int sysfs_slab_add(struct kmem_cache *);
336 static int sysfs_slab_alias(struct kmem_cache *, const char *);
338 static inline int sysfs_slab_add(struct kmem_cache *s) { return 0; }
339 static inline int sysfs_slab_alias(struct kmem_cache *s, const char *p)
344 static void debugfs_slab_add(struct kmem_cache *);
[all...]
H A Dzswap.c869 static struct kmem_cache *zswap_entry_cache;
/linux-master/kernel/trace/
H A Dtrace_events.c53 static struct kmem_cache *field_cachep;
54 static struct kmem_cache *file_cachep;
/linux-master/include/linux/
H A Dslab.h223 * struct kmem_cache related prototypes
227 struct kmem_cache *kmem_cache_create(const char *name, unsigned int size,
230 struct kmem_cache *kmem_cache_create_usercopy(const char *name,
235 void kmem_cache_destroy(struct kmem_cache *s);
236 int kmem_cache_shrink(struct kmem_cache *s);
416 extern struct kmem_cache *
528 void *kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags) __assume_slab_alignment __malloc;
529 void *kmem_cache_alloc_lru(struct kmem_cache *s, struct list_lru *lru,
531 void kmem_cache_free(struct kmem_cache *s, void *objp);
540 void kmem_cache_free_bulk(struct kmem_cache *
[all...]
/linux-master/fs/tracefs/
H A Dinode.c27 static struct kmem_cache *tracefs_inode_cachep __ro_after_init;
/linux-master/fs/
H A Deventpoll.c265 static struct kmem_cache *epi_cache __ro_after_init;
268 static struct kmem_cache *pwq_cache __ro_after_init;
280 static struct kmem_cache *ephead_cache __ro_after_init;
/linux-master/net/core/
H A Dskbuff.c93 static struct kmem_cache *skbuff_ext_cache __ro_after_init;
642 struct kmem_cache *cache;
5001 /* The SKB kmem_cache slab is critical for network performance. Never
/linux-master/fs/btrfs/
H A Dordered-data.c23 static struct kmem_cache *btrfs_ordered_extent_cache;
H A Dinode.c131 static struct kmem_cache *btrfs_inode_cachep;
H A Dextent_map.c13 static struct kmem_cache *extent_map_cache;
H A Dbackref.c196 static struct kmem_cache *btrfs_prelim_ref_cache;
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c60 static struct kmem_cache *qeth_core_header_cache;
61 static struct kmem_cache *qeth_qdio_outbuf_cache;
62 static struct kmem_cache *qeth_qaob_cache;
/linux-master/drivers/nvme/target/
H A Dnvmet.h412 extern struct kmem_cache *nvmet_bvec_cache;
H A Dcore.c20 struct kmem_cache *nvmet_bvec_cache;
/linux-master/kernel/
H A Dworkqueue.c425 static struct kmem_cache *pwq_cache;
/linux-master/fs/nfs/
H A Dinode.c67 static struct kmem_cache * nfs_inode_cachep;
/linux-master/fs/erofs/
H A Dsuper.c18 static struct kmem_cache *erofs_inode_cachep __read_mostly;
/linux-master/drivers/dma/idxd/
H A Didxd.h22 extern struct kmem_cache *idxd_desc_pool;
373 struct kmem_cache *evl_cache;
/linux-master/net/mac80211/
H A Dmesh.c17 static struct kmem_cache *rm_cache;
/linux-master/include/net/
H A Dsock.h1295 struct kmem_cache *slab;
/linux-master/fs/ntfs3/
H A Dsuper.c559 static struct kmem_cache *ntfs_inode_cachep;
/linux-master/block/
H A Dbdev.c307 static struct kmem_cache *bdev_cachep __ro_after_init;
/linux-master/fs/nfsd/
H A Dstate.h719 struct nfs4_stid *nfs4_alloc_stid(struct nfs4_client *cl, struct kmem_cache *slab,
/linux-master/virt/kvm/
H A Dkvm_main.c108 static struct kmem_cache *kvm_vcpu_cache;
406 if (mc->kmem_cache)
407 return kmem_cache_alloc(mc->kmem_cache, gfp_flags);
457 if (mc->kmem_cache)
458 kmem_cache_free(mc->kmem_cache, mc->objects[--mc->nobjs]);
/linux-master/fs/smb/client/
H A Dcifsfs.c370 static struct kmem_cache *cifs_inode_cachep;
371 static struct kmem_cache *cifs_req_cachep;
372 static struct kmem_cache *cifs_mid_cachep;
373 static struct kmem_cache *cifs_sm_req_cachep;

Completed in 944 milliseconds

1234567891011>>