Home
last modified time | relevance | path

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

/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 …]
Dslab.h204 struct kmem_cache *cachep; in cache_from_memcg_idx() local
289 struct kmem_cache *cachep; in cache_from_obj() local
Dslob.c563 void *kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags) in kmem_cache_alloc()
576 void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t gfp, int node) in kmem_cache_alloc_node()
Dmemcontrol.c2780 struct kmem_cache *cachep; in memcg_params_to_cache() local
2931 struct kmem_cache *cachep; in memcg_register_cache() local
2970 static void memcg_unregister_cache(struct kmem_cache *cachep) in memcg_unregister_cache()
3048 struct kmem_cache *cachep; in memcg_unregister_all_caches() local
3066 struct kmem_cache *cachep; member
3075 struct kmem_cache *cachep = cw->cachep; in memcg_register_cache_func() local
3089 struct kmem_cache *cachep) in __memcg_schedule_register_cache()
3107 struct kmem_cache *cachep) in memcg_schedule_register_cache()
3125 int __memcg_charge_slab(struct kmem_cache *cachep, gfp_t gfp, int order) in __memcg_charge_slab()
3136 void __memcg_uncharge_slab(struct kmem_cache *cachep, int order) in __memcg_uncharge_slab()
[all …]
Dslab_common.c551 int kmem_cache_shrink(struct kmem_cache *cachep) in kmem_cache_shrink()