Home
last modified time | relevance | path

Searched refs:cache_alloc_debugcheck_after (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/mm/
Dslab.c2868 static void *cache_alloc_debugcheck_after(struct kmem_cache *cachep, in cache_alloc_debugcheck_after() function
2917 #define cache_alloc_debugcheck_after(a,b,objp,d) (objp) macro
3187 ptr = cache_alloc_debugcheck_after(cachep, flags, ptr, caller); in slab_alloc_node()
3252 objp = cache_alloc_debugcheck_after(cachep, flags, objp, caller); in slab_alloc()