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

/linux-master/tools/include/linux/
H A Dslab.h33 static inline void *kmem_cache_alloc(struct kmem_cache *cachep, int flags) argument
/linux-master/tools/testing/radix-tree/
H A Dlinux.c31 void kmem_cache_set_non_kernel(struct kmem_cache *cachep, unsigned int val) argument
36 unsigned long kmem_cache_get_alloc(struct kmem_cache *cachep) argument
41 unsigned long kmem_cache_nr_allocated(struct kmem_cache *cachep) argument
46 unsigned long kmem_cache_nr_tallocated(struct kmem_cache *cachep) argument
51 void kmem_cache_zero_nr_tallocated(struct kmem_cache *cachep) argument
56 kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *lru, int gfp) argument
96 __kmem_cache_free_locked(struct kmem_cache *cachep, void *objp) argument
110 kmem_cache_free_locked(struct kmem_cache *cachep, void *objp) argument
119 kmem_cache_free(struct kmem_cache *cachep, void *objp) argument
126 kmem_cache_free_bulk(struct kmem_cache *cachep, size_t size, void **list) argument
137 kmem_cache_shrink(struct kmem_cache *cachep) argument
141 kmem_cache_alloc_bulk(struct kmem_cache *cachep, gfp_t gfp, size_t size, void **p) argument
[all...]
/linux-master/drivers/scsi/snic/
H A Dsnic_main.c819 struct kmem_cache *cachep; local
[all...]
/linux-master/arch/powerpc/mm/
H A Dhugetlbpage.c49 struct kmem_cache *cachep; local
/linux-master/mm/
H A Dslab.h618 static inline int cache_random_seq_create(struct kmem_cache *cachep, argument
623 static inline void cache_random_seq_destroy(struct kmem_cache *cachep) { } argument
H A Dslab_common.c516 int kmem_cache_shrink(struct kmem_cache *cachep) argument
1011 int cache_random_seq_create(struct kmem_cache *cachep, unsigned int count, argument
1027 void cache_random_seq_destroy(struct kmem_cache *cachep) argument
[all...]
H A Dslub.c4316 struct kmem_cache *cachep; local
/linux-master/net/ipv4/
H A Dinet_hashtables.c64 struct inet_bind_bucket *inet_bind_bucket_create(struct kmem_cache *cachep, argument
87 void inet_bind_bucket_destroy(struct kmem_cache *cachep, struct inet_bind_bucket *tb) argument
128 struct inet_bind2_bucket *inet_bind2_bucket_create(struct kmem_cache *cachep, argument
143 void inet_bind2_bucket_destroy(struct kmem_cache *cachep, struct inet_bind2_bucket *tb) argument
/linux-master/fs/ext4/
H A Dmballoc.c3268 struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index]; local
3319 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); local
3398 struct kmem_cache *cachep; local
3494 struct kmem_cache *cachep; local
3763 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); local
[all...]
/linux-master/fs/f2fs/
H A Df2fs.h2812 static inline void *f2fs_kmem_cache_alloc_nofail(struct kmem_cache *cachep, argument
2823 static inline void *f2fs_kmem_cache_alloc(struct kmem_cache *cachep, argument

Completed in 172 milliseconds