Lines Matching refs:caller
2714 unsigned long caller) in cache_free_debugcheck() argument
2731 *dbg_userword(cachep, objp) = (void *)caller; in cache_free_debugcheck()
2998 gfp_t flags, void *objp, unsigned long caller) in cache_alloc_debugcheck_after() argument
3009 *dbg_userword(cachep, objp) = (void *)caller; in cache_alloc_debugcheck_after()
3219 unsigned long caller) in slab_alloc_node() argument
3257 ptr = cache_alloc_debugcheck_after(cachep, flags, ptr, caller); in slab_alloc_node()
3299 slab_alloc(struct kmem_cache *cachep, gfp_t flags, unsigned long caller) in slab_alloc() argument
3313 objp = cache_alloc_debugcheck_after(cachep, flags, objp, caller); in slab_alloc()
3422 unsigned long caller) in __cache_free() argument
3428 ___cache_free(cachep, objp, caller); in __cache_free()
3432 unsigned long caller) in ___cache_free() argument
3440 objp = cache_free_debugcheck(cachep, objp, caller); in ___cache_free()
3494 size_t size, void **p, unsigned long caller) in cache_alloc_debugcheck_after_bulk() argument
3499 p[i] = cache_alloc_debugcheck_after(s, flags, p[i], caller); in cache_alloc_debugcheck_after_bulk()
3604 __do_kmalloc_node(size_t size, gfp_t flags, int node, unsigned long caller) in __do_kmalloc_node() argument
3627 int node, unsigned long caller) in __kmalloc_node_track_caller() argument
3629 return __do_kmalloc_node(size, flags, node, caller); in __kmalloc_node_track_caller()
3643 unsigned long caller) in __do_kmalloc() argument
3653 ret = slab_alloc(cachep, flags, caller); in __do_kmalloc()
3656 trace_kmalloc(caller, ret, in __do_kmalloc()
3668 void *__kmalloc_track_caller(size_t size, gfp_t flags, unsigned long caller) in __kmalloc_track_caller() argument
3670 return __do_kmalloc(size, flags, caller); in __kmalloc_track_caller()