Home
last modified time | relevance | path

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

/linux/tools/testing/shared/
H A Dlinux.c34 unsigned long kmem_cache_get_alloc(struct kmem_cache *cachep) in kmem_cache_set_callback() argument
39 unsigned long kmem_cache_nr_allocated(struct kmem_cache *cachep) in kmem_cache_set_private() argument
44 kmem_cache_set_non_kernel(struct kmem_cache * cachep,unsigned int val) kmem_cache_set_non_kernel() argument
49 kmem_cache_get_alloc(struct kmem_cache * cachep) kmem_cache_get_alloc() argument
54 kmem_cache_nr_allocated(struct kmem_cache * cachep) kmem_cache_nr_allocated() argument
59 kmem_cache_nr_tallocated(struct kmem_cache * cachep) kmem_cache_nr_tallocated() argument
64 kmem_cache_zero_nr_tallocated(struct kmem_cache * cachep) kmem_cache_zero_nr_tallocated() argument
69 kmem_cache_alloc_lru(struct kmem_cache * cachep,struct list_lru * lru,int gfp) kmem_cache_alloc_lru() argument
120 __kmem_cache_free_locked(struct kmem_cache * cachep,void * objp) __kmem_cache_free_locked() argument
134 kmem_cache_free_locked(struct kmem_cache * cachep,void * objp) kmem_cache_free_locked() argument
143 kmem_cache_free(struct kmem_cache * cachep,void * objp) kmem_cache_free() argument
150 kmem_cache_free_bulk(struct kmem_cache * cachep,size_t size,void ** list) kmem_cache_free_bulk() argument
161 kmem_cache_shrink(struct kmem_cache * cachep) kmem_cache_shrink() argument
165 kmem_cache_alloc_bulk(struct kmem_cache * cachep,gfp_t gfp,size_t size,void ** p) kmem_cache_alloc_bulk() argument
[all...]
/linux/drivers/scsi/snic/
H A Dsnic_main.c818 struct kmem_cache *cachep; in snic_global_data_init() local
/linux/mm/
H A Dslab_common.c562 int kmem_cache_shrink(struct kmem_cache *cachep) in kmem_cache_shrink()
1054 int cache_random_seq_create(struct kmem_cache *cachep, unsigned int count, in cache_random_seq_create()
1070 void cache_random_seq_destroy(struct kmem_cache *cachep) in cache_random_seq_destroy()
H A Dslab.h609 static inline int cache_random_seq_create(struct kmem_cache *cachep, in cache_random_seq_create()
614 static inline void cache_random_seq_destroy(struct kmem_cache *cachep) { } in cache_random_seq_destroy()
H A Dslub.c6746 struct kmem_cache *cachep; in cache_from_obj() local
/linux/fs/ext4/
H A Dmballoc.c3348 struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index]; get_groupinfo_cache() local
3399 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); ext4_mb_add_groupinfo() local
3476 struct kmem_cache *cachep; ext4_mb_init_backend() local
3573 struct kmem_cache *cachep; ext4_groupinfo_create_slab() local
3859 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); ext4_mb_release() local
[all...]
/linux/fs/f2fs/
H A Df2fs.h3009 static inline void *f2fs_kmem_cache_alloc_nofail(struct kmem_cache *cachep, in f2fs_kmem_cache_alloc_nofail()
3020 static inline void *f2fs_kmem_cache_alloc(struct kmem_cache *cachep, in f2fs_kmem_cache_alloc()