Searched refs:cache_alloc_debugcheck_after (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | slab.c | 2990 static void *cache_alloc_debugcheck_after(struct kmem_cache *cachep, in cache_alloc_debugcheck_after() function 3026 #define cache_alloc_debugcheck_after(a,b,objp,d) (objp) macro 3255 ptr = cache_alloc_debugcheck_after(cachep, flags, ptr, caller); in slab_alloc_node() 3316 objp = cache_alloc_debugcheck_after(cachep, flags, objp, caller); in slab_alloc() 3522 p[i] = cache_alloc_debugcheck_after(s, flags, p[i], caller); in cache_alloc_debugcheck_after_bulk()
|