Home
last modified time | relevance | path

Searched defs:cachep (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/radix-tree/
H A Dlinux.c31 void kmem_cache_set_non_kernel(struct kmem_cache *cachep, unsigned int val) in kmem_cache_set_non_kernel()
36 unsigned long kmem_cache_get_alloc(struct kmem_cache *cachep) in kmem_cache_get_alloc()
41 unsigned long kmem_cache_nr_allocated(struct kmem_cache *cachep) in kmem_cache_nr_allocated()
46 unsigned long kmem_cache_nr_tallocated(struct kmem_cache *cachep) in kmem_cache_nr_tallocated()
51 void kmem_cache_zero_nr_tallocated(struct kmem_cache *cachep) in kmem_cache_zero_nr_tallocated()
56 void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *lru, in kmem_cache_alloc_lru()
96 void __kmem_cache_free_locked(struct kmem_cache *cachep, void *objp) in __kmem_cache_free_locked()
110 void kmem_cache_free_locked(struct kmem_cache *cachep, void *objp) in kmem_cache_free_locked()
119 void kmem_cache_free(struct kmem_cache *cachep, void *objp) in kmem_cache_free()
137 void kmem_cache_shrink(struct kmem_cache *cachep) in kmem_cache_shrink()
[all …]
/linux/tools/include/linux/
H A Dslab.h33 static inline void *kmem_cache_alloc(struct kmem_cache *cachep, int flags) in kmem_cache_alloc()
/linux/net/ipv4/
H A Dinet_hashtables.c64 struct inet_bind_bucket *inet_bind_bucket_create(struct kmem_cache *cachep, in inet_bind_bucket_create()
87 void inet_bind_bucket_destroy(struct kmem_cache *cachep, struct inet_bind_bucket *tb) in inet_bind_bucket_destroy()
128 struct inet_bind2_bucket *inet_bind2_bucket_create(struct kmem_cache *cachep, in inet_bind2_bucket_create()
143 void inet_bind2_bucket_destroy(struct kmem_cache *cachep, struct inet_bind2_bucket *tb) in inet_bind2_bucket_destroy()
/linux/mm/
H A Dslab_common.c516 int kmem_cache_shrink(struct kmem_cache *cachep) in kmem_cache_shrink()
1004 int cache_random_seq_create(struct kmem_cache *cachep, unsigned int count, in cache_random_seq_create()
1020 void cache_random_seq_destroy(struct kmem_cache *cachep) in cache_random_seq_destroy()
H A Dslab.h625 static inline int cache_random_seq_create(struct kmem_cache *cachep, in cache_random_seq_create()
630 static inline void cache_random_seq_destroy(struct kmem_cache *cachep) { } in cache_random_seq_destroy()
H A Dslub.c4484 struct kmem_cache *cachep; in cache_from_obj() local
/linux/drivers/scsi/snic/
H A Dsnic_main.c819 struct kmem_cache *cachep; in snic_global_data_init() local
/linux/arch/powerpc/mm/
H A Dhugetlbpage.c49 struct kmem_cache *cachep; in __hugepte_alloc() local
/linux/fs/ext4/
H A Dmballoc.c3280 struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index]; in get_groupinfo_cache() local
3331 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); in ext4_mb_add_groupinfo() local
3410 struct kmem_cache *cachep; in ext4_mb_init_backend() local
3507 struct kmem_cache *cachep; in ext4_groupinfo_create_slab() local
3776 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); in ext4_mb_release() local
/linux/fs/f2fs/
H A Df2fs.h2810 static inline void *f2fs_kmem_cache_alloc_nofail(struct kmem_cache *cachep, in f2fs_kmem_cache_alloc_nofail()
2821 static inline void *f2fs_kmem_cache_alloc(struct kmem_cache *cachep, in f2fs_kmem_cache_alloc()