Searched defs:cachep (Results  1 – 14 of 14) sorted by relevance
| /linux-4.4.14/mm/ | 
| D | slab.c | 270 #define MAKE_LIST(cachep, listp, slab, nodeid)				\  argument276 #define	MAKE_ALL_LISTS(cachep, ptr, nodeid)				\  argument
 355 static int obj_offset(struct kmem_cache *cachep)  in obj_offset()
 360 static unsigned long long *dbg_redzone1(struct kmem_cache *cachep, void *objp)  in dbg_redzone1()
 367 static unsigned long long *dbg_redzone2(struct kmem_cache *cachep, void *objp)  in dbg_redzone2()
 378 static void **dbg_userword(struct kmem_cache *cachep, void *objp)  in dbg_userword()
 387 #define dbg_redzone1(cachep, objp)	({BUG(); (unsigned long long *)NULL;})  argument
 388 #define dbg_redzone2(cachep, objp)	({BUG(); (unsigned long long *)NULL;})  argument
 389 #define dbg_userword(cachep, objp)	({BUG(); (void **)NULL;})  argument
 402 	struct kmem_cache *cachep = page->slab_cache;  in set_obj_status()  local
 [all …]
 
 | 
| D | slob.c | 562 void *kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags)  in kmem_cache_alloc()575 void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t gfp, int node)  in kmem_cache_alloc_node()
 
 | 
| D | slab.h | 215 	struct kmem_cache *cachep;  in cache_from_memcg_idx()  local298 	struct kmem_cache *cachep;  in cache_from_obj()  local
 
 | 
| D | memcontrol.c | 2291 	struct kmem_cache *cachep;  member2300 	struct kmem_cache *cachep = cw->cachep;  in memcg_kmem_cache_create_func()  local
 2312 					       struct kmem_cache *cachep)  in __memcg_schedule_kmem_cache_create()
 2330 					     struct kmem_cache *cachep)  in memcg_schedule_kmem_cache_create()
 2361 struct kmem_cache *__memcg_kmem_get_cache(struct kmem_cache *cachep)  in __memcg_kmem_get_cache()
 2399 void __memcg_kmem_put_cache(struct kmem_cache *cachep)  in __memcg_kmem_put_cache()
 
 | 
| D | slab_common.c | 744 int kmem_cache_shrink(struct kmem_cache *cachep)  in kmem_cache_shrink()
 | 
| /linux-4.4.14/kernel/ | 
| D | pid_namespace.c | 25 	struct kmem_cache *cachep;  member41 	struct kmem_cache *cachep;  in create_pid_cachep()  local
 
 | 
| /linux-4.4.14/net/ipv4/ | 
| D | inet_hashtables.c | 61 struct inet_bind_bucket *inet_bind_bucket_create(struct kmem_cache *cachep,  in inet_bind_bucket_create()83 void inet_bind_bucket_destroy(struct kmem_cache *cachep, struct inet_bind_bucket *tb)  in inet_bind_bucket_destroy()
 
 | 
| /linux-4.4.14/include/linux/ | 
| D | memcontrol.h | 818 memcg_kmem_get_cache(struct kmem_cache *cachep, gfp_t gfp)  in memcg_kmem_get_cache()825 static __always_inline void memcg_kmem_put_cache(struct kmem_cache *cachep)  in memcg_kmem_put_cache()
 867 memcg_kmem_get_cache(struct kmem_cache *cachep, gfp_t gfp)  in memcg_kmem_get_cache()
 872 static inline void memcg_kmem_put_cache(struct kmem_cache *cachep)  in memcg_kmem_put_cache()
 
 | 
| /linux-4.4.14/drivers/scsi/snic/ | 
| D | snic_main.c | 850 	struct kmem_cache *cachep;  in snic_global_data_init()  local
 | 
| /linux-4.4.14/fs/ext4/ | 
| D | mballoc.c | 2356 	struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index];  in get_groupinfo_cache()  local2403 	struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits);  in ext4_mb_add_groupinfo()  local
 2485 	struct kmem_cache *cachep;  in ext4_mb_init_backend()  local
 2544 	struct kmem_cache *cachep;  in ext4_groupinfo_create_slab()  local
 2713 	struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits);  in ext4_mb_release()  local
 
 | 
| /linux-4.4.14/arch/powerpc/mm/ | 
| D | hugetlbpage.c | 137 	struct kmem_cache *cachep;  in __hugepte_alloc()  local
 | 
| /linux-4.4.14/fs/gfs2/ | 
| D | glock.c | 651 	struct kmem_cache *cachep;  in gfs2_glock_get()  local
 | 
| /linux-4.4.14/drivers/md/ | 
| D | dm.c | 3487 	struct kmem_cache *cachep = NULL;  in dm_alloc_md_mempools()  local
 | 
| /linux-4.4.14/fs/f2fs/ | 
| D | f2fs.h | 1283 static inline void *f2fs_kmem_cache_alloc(struct kmem_cache *cachep,  in f2fs_kmem_cache_alloc()
 |