Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dslab.c2877 static void *cache_alloc_debugcheck_after(struct kmem_cache *cachep, in cache_alloc_debugcheck_after() function
2926 #define cache_alloc_debugcheck_after(a,b,objp,d) (objp) macro
3196 ptr = cache_alloc_debugcheck_after(cachep, flags, ptr, caller); in slab_alloc_node()
3261 objp = cache_alloc_debugcheck_after(cachep, flags, objp, caller); in slab_alloc()