Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dslab.c270 #define MAKE_LIST(cachep, listp, slab, nodeid) \ argument
276 #define MAKE_ALL_LISTS(cachep, ptr, nodeid) \ argument
354 static int obj_offset(struct kmem_cache *cachep) in obj_offset()
359 static unsigned long long *dbg_redzone1(struct kmem_cache *cachep, void *objp) in dbg_redzone1()
366 static unsigned long long *dbg_redzone2(struct kmem_cache *cachep, void *objp) in dbg_redzone2()
377 static void **dbg_userword(struct kmem_cache *cachep, void *objp) in dbg_userword()
386 #define dbg_redzone1(cachep, objp) ({BUG(); (unsigned long long *)NULL;}) argument
387 #define dbg_redzone2(cachep, objp) ({BUG(); (unsigned long long *)NULL;}) argument
388 #define dbg_userword(cachep, objp) ({BUG(); (void **)NULL;}) argument
401 struct kmem_cache *cachep = page->slab_cache; in set_obj_status() local
[all …]
Dslob.c562 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()
Dslab.h209 struct kmem_cache *cachep; in cache_from_memcg_idx() local
304 struct kmem_cache *cachep; in cache_from_obj() local
Dmemcontrol.c2560 struct kmem_cache *cachep; member
2569 struct kmem_cache *cachep = cw->cachep; in memcg_kmem_cache_create_func() local
2581 struct kmem_cache *cachep) in __memcg_schedule_kmem_cache_create()
2599 struct kmem_cache *cachep) in memcg_schedule_kmem_cache_create()
2630 struct kmem_cache *__memcg_kmem_get_cache(struct kmem_cache *cachep) in __memcg_kmem_get_cache()
2668 void __memcg_kmem_put_cache(struct kmem_cache *cachep) in __memcg_kmem_put_cache()
2740 struct kmem_cache *cachep; in __mem_cgroup_from_kmem() local
Dslab_common.c657 int kmem_cache_shrink(struct kmem_cache *cachep) in kmem_cache_shrink()
/linux-4.1.27/kernel/
Dpid_namespace.c25 struct kmem_cache *cachep; member
41 struct kmem_cache *cachep; in create_pid_cachep() local
/linux-4.1.27/include/linux/
Dmemcontrol.h523 memcg_kmem_get_cache(struct kmem_cache *cachep, gfp_t gfp) in memcg_kmem_get_cache()
539 static __always_inline void memcg_kmem_put_cache(struct kmem_cache *cachep) in memcg_kmem_put_cache()
594 memcg_kmem_get_cache(struct kmem_cache *cachep, gfp_t gfp) in memcg_kmem_get_cache()
599 static inline void memcg_kmem_put_cache(struct kmem_cache *cachep) in memcg_kmem_put_cache()
/linux-4.1.27/net/ipv4/
Dinet_hashtables.c60 struct inet_bind_bucket *inet_bind_bucket_create(struct kmem_cache *cachep, in inet_bind_bucket_create()
82 void inet_bind_bucket_destroy(struct kmem_cache *cachep, struct inet_bind_bucket *tb) in inet_bind_bucket_destroy()
/linux-4.1.27/fs/ext4/
Dmballoc.c2333 struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index]; in get_groupinfo_cache() local
2380 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); in ext4_mb_add_groupinfo() local
2462 struct kmem_cache *cachep; in ext4_mb_init_backend() local
2521 struct kmem_cache *cachep; in ext4_groupinfo_create_slab() local
2694 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); in ext4_mb_release() local
/linux-4.1.27/arch/powerpc/mm/
Dhugetlbpage.c118 struct kmem_cache *cachep; in __hugepte_alloc() local
/linux-4.1.27/fs/gfs2/
Dglock.c711 struct kmem_cache *cachep; in gfs2_glock_get() local
/linux-4.1.27/drivers/md/
Ddm.c3539 struct kmem_cache *cachep = NULL; in dm_alloc_md_mempools() local
/linux-4.1.27/fs/f2fs/
Df2fs.h1143 static inline void *f2fs_kmem_cache_alloc(struct kmem_cache *cachep, in f2fs_kmem_cache_alloc()