Searched defs:cachep (Results  1 – 12 of 12) sorted by relevance
| /Linux-v5.4/mm/ | 
| D | slab.c | 241 #define MAKE_LIST(cachep, listp, slab, nodeid)				\  argument247 #define	MAKE_ALL_LISTS(cachep, ptr, nodeid)				\  argument
 327 static int obj_offset(struct kmem_cache *cachep)  in obj_offset()
 332 static unsigned long long *dbg_redzone1(struct kmem_cache *cachep, void *objp)  in dbg_redzone1()
 339 static unsigned long long *dbg_redzone2(struct kmem_cache *cachep, void *objp)  in dbg_redzone2()
 350 static void **dbg_userword(struct kmem_cache *cachep, void *objp)  in dbg_userword()
 359 #define dbg_redzone1(cachep, objp)	({BUG(); (unsigned long long *)NULL;})  argument
 360 #define dbg_redzone2(cachep, objp)	({BUG(); (unsigned long long *)NULL;})  argument
 361 #define dbg_userword(cachep, objp)	({BUG(); (void **)NULL;})  argument
 392 static inline struct array_cache *cpu_cache_get(struct kmem_cache *cachep)  in cpu_cache_get()
 [all …]
 
 | 
| D | slab.h | 506 	struct kmem_cache *cachep;  in cache_from_obj()  local666 static inline int cache_random_seq_create(struct kmem_cache *cachep,  in cache_random_seq_create()
 671 static inline void cache_random_seq_destroy(struct kmem_cache *cachep) { }  in cache_random_seq_destroy()
 
 | 
| D | slob.c | 622 void *kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags)  in kmem_cache_alloc()635 void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t gfp, int node)  in kmem_cache_alloc_node()
 
 | 
| D | slab_common.c | 971 int kmem_cache_shrink(struct kmem_cache *cachep)  in kmem_cache_shrink()1347 int cache_random_seq_create(struct kmem_cache *cachep, unsigned int count,  in cache_random_seq_create()
 1367 void cache_random_seq_destroy(struct kmem_cache *cachep)  in cache_random_seq_destroy()
 
 | 
| D | memcontrol.c | 2803 	struct kmem_cache *cachep;  member2812 	struct kmem_cache *cachep = cw->cachep;  in memcg_kmem_cache_create_func()  local
 2824 					       struct kmem_cache *cachep)  in memcg_schedule_kmem_cache_create()
 2865 struct kmem_cache *memcg_kmem_get_cache(struct kmem_cache *cachep)  in memcg_kmem_get_cache()
 2932 void memcg_kmem_put_cache(struct kmem_cache *cachep)  in memcg_kmem_put_cache()
 
 | 
| /Linux-v5.4/tools/testing/radix-tree/ | 
| D | linux.c | 28 void *kmem_cache_alloc(struct kmem_cache *cachep, int flags)  in kmem_cache_alloc()55 void kmem_cache_free(struct kmem_cache *cachep, void *objp)  in kmem_cache_free()
 
 | 
| /Linux-v5.4/net/ipv4/ | 
| D | inet_hashtables.c | 61 struct inet_bind_bucket *inet_bind_bucket_create(struct kmem_cache *cachep,  in inet_bind_bucket_create()84 void inet_bind_bucket_destroy(struct kmem_cache *cachep, struct inet_bind_bucket *tb)  in inet_bind_bucket_destroy()
 
 | 
| /Linux-v5.4/drivers/scsi/snic/ | 
| D | snic_main.c | 833 	struct kmem_cache *cachep;  in snic_global_data_init()  local
 | 
| /Linux-v5.4/fs/ext4/ | 
| D | mballoc.c | 2345 	struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index];  in get_groupinfo_cache()  local2392 	struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits);  in ext4_mb_add_groupinfo()  local
 2475 	struct kmem_cache *cachep;  in ext4_mb_init_backend()  local
 2534 	struct kmem_cache *cachep;  in ext4_groupinfo_create_slab()  local
 2705 	struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits);  in ext4_mb_release()  local
 
 | 
| /Linux-v5.4/arch/powerpc/mm/ | 
| D | hugetlbpage.c | 48 	struct kmem_cache *cachep;  in __hugepte_alloc()  local
 | 
| /Linux-v5.4/fs/gfs2/ | 
| D | glock.c | 801 	struct kmem_cache *cachep;  in gfs2_glock_get()  local
 | 
| /Linux-v5.4/fs/f2fs/ | 
| D | f2fs.h | 2202 static inline void *f2fs_kmem_cache_alloc(struct kmem_cache *cachep,  in f2fs_kmem_cache_alloc()
 |