Searched refs:cache_alloc_debugcheck_after (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/mm/ | 
| D | slab.c | 2997 static void *cache_alloc_debugcheck_after(struct kmem_cache *cachep,  in cache_alloc_debugcheck_after()  function3034 #define cache_alloc_debugcheck_after(a,b,objp,d) (objp)  macro
 3257 	ptr = cache_alloc_debugcheck_after(cachep, flags, ptr, caller);  in slab_alloc_node()
 3313 	objp = cache_alloc_debugcheck_after(cachep, flags, objp, caller);  in slab_alloc()
 3499 		p[i] = cache_alloc_debugcheck_after(s, flags, p[i], caller);  in cache_alloc_debugcheck_after_bulk()
 
 |