Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dslab.c2943 static void *cache_alloc_debugcheck_after(struct kmem_cache *cachep, in cache_alloc_debugcheck_after() function
2979 #define cache_alloc_debugcheck_after(a, b, objp, d) (objp) macro
3232 objp = cache_alloc_debugcheck_after(cachep, flags, objp, caller); in slab_alloc_node()
3450 p[i] = cache_alloc_debugcheck_after(s, flags, p[i], caller); in cache_alloc_debugcheck_after_bulk()