Home
last modified time | relevance | path

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

/mm/
Dslab.c239 #define MAKE_LIST(cachep, listp, slab, nodeid) \ argument
245 #define MAKE_ALL_LISTS(cachep, ptr, nodeid) \ argument
325 static int obj_offset(struct kmem_cache *cachep) in obj_offset()
330 static unsigned long long *dbg_redzone1(struct kmem_cache *cachep, void *objp) in dbg_redzone1()
337 static unsigned long long *dbg_redzone2(struct kmem_cache *cachep, void *objp) in dbg_redzone2()
348 static void **dbg_userword(struct kmem_cache *cachep, void *objp) in dbg_userword()
357 #define dbg_redzone1(cachep, objp) ({BUG(); (unsigned long long *)NULL;}) argument
358 #define dbg_redzone2(cachep, objp) ({BUG(); (unsigned long long *)NULL;}) argument
359 #define dbg_userword(cachep, objp) ({BUG(); (void **)NULL;}) argument
365 static inline bool is_store_user_clean(struct kmem_cache *cachep) in is_store_user_clean()
[all …]
Dslab.h222 struct kmem_cache *cachep; in cache_from_memcg_idx() local
333 struct kmem_cache *cachep; in cache_from_obj() local
484 static inline int cache_random_seq_create(struct kmem_cache *cachep, in cache_random_seq_create()
489 static inline void cache_random_seq_destroy(struct kmem_cache *cachep) { } in cache_random_seq_destroy()
Dslab_common.c779 int kmem_cache_shrink(struct kmem_cache *cachep) in kmem_cache_shrink()
1081 int cache_random_seq_create(struct kmem_cache *cachep, unsigned int count, in cache_random_seq_create()
1101 void cache_random_seq_destroy(struct kmem_cache *cachep) in cache_random_seq_destroy()
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()
Dmemcontrol.c2154 struct kmem_cache *cachep; member
2165 struct kmem_cache *cachep = cw->cachep; in memcg_kmem_cache_create_func() local
2177 struct kmem_cache *cachep) in __memcg_schedule_kmem_cache_create()
2195 struct kmem_cache *cachep) in memcg_schedule_kmem_cache_create()
2236 struct kmem_cache *memcg_kmem_get_cache(struct kmem_cache *cachep) in memcg_kmem_get_cache()
2281 void memcg_kmem_put_cache(struct kmem_cache *cachep) in memcg_kmem_put_cache()