Searched defs:cachep (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/tools/testing/shared/ |
D | linux.c | 34 void kmem_cache_set_callback(struct kmem_cache *cachep, void (*callback)(void *)) in kmem_cache_set_callback() 39 void kmem_cache_set_private(struct kmem_cache *cachep, void *private) in kmem_cache_set_private() 44 void kmem_cache_set_non_kernel(struct kmem_cache *cachep, unsigned int val) in kmem_cache_set_non_kernel() 49 unsigned long kmem_cache_get_alloc(struct kmem_cache *cachep) in kmem_cache_get_alloc() 54 unsigned long kmem_cache_nr_allocated(struct kmem_cache *cachep) in kmem_cache_nr_allocated() 59 unsigned long kmem_cache_nr_tallocated(struct kmem_cache *cachep) in kmem_cache_nr_tallocated() 64 void kmem_cache_zero_nr_tallocated(struct kmem_cache *cachep) in kmem_cache_zero_nr_tallocated() 69 void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *lru, in kmem_cache_alloc_lru() 117 void __kmem_cache_free_locked(struct kmem_cache *cachep, void *objp) in __kmem_cache_free_locked() 131 void kmem_cache_free_locked(struct kmem_cache *cachep, void *objp) in kmem_cache_free_locked() [all …]
|
/linux-6.12.1/tools/include/linux/ |
D | slab.h | 33 static inline void *kmem_cache_alloc(struct kmem_cache *cachep, int flags) in kmem_cache_alloc()
|
/linux-6.12.1/net/ipv4/ |
D | inet_hashtables.c | 64 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-6.12.1/mm/ |
D | slab_common.c | 552 int kmem_cache_shrink(struct kmem_cache *cachep) in kmem_cache_shrink() 1043 int cache_random_seq_create(struct kmem_cache *cachep, unsigned int count, in cache_random_seq_create() 1059 void cache_random_seq_destroy(struct kmem_cache *cachep) in cache_random_seq_destroy()
|
D | slab.h | 644 static inline int cache_random_seq_create(struct kmem_cache *cachep, in cache_random_seq_create() 649 static inline void cache_random_seq_destroy(struct kmem_cache *cachep) { } in cache_random_seq_destroy()
|
D | slub.c | 4653 struct kmem_cache *cachep; in cache_from_obj() local
|
/linux-6.12.1/drivers/scsi/snic/ |
D | snic_main.c | 818 struct kmem_cache *cachep; in snic_global_data_init() local
|
/linux-6.12.1/fs/ext4/ |
D | mballoc.c | 3281 struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index]; in get_groupinfo_cache() local 3332 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); in ext4_mb_add_groupinfo() local 3411 struct kmem_cache *cachep; in ext4_mb_init_backend() local 3508 struct kmem_cache *cachep; in ext4_groupinfo_create_slab() local 3777 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); in ext4_mb_release() local
|
/linux-6.12.1/fs/f2fs/ |
D | f2fs.h | 2843 static inline void *f2fs_kmem_cache_alloc_nofail(struct kmem_cache *cachep, in f2fs_kmem_cache_alloc_nofail() 2854 static inline void *f2fs_kmem_cache_alloc(struct kmem_cache *cachep, in f2fs_kmem_cache_alloc()
|