Lines Matching refs:caller
2707 unsigned long caller) in cache_free_debugcheck() argument
2724 *dbg_userword(cachep, objp) = (void *)caller; in cache_free_debugcheck()
2991 gfp_t flags, void *objp, unsigned long caller) in cache_alloc_debugcheck_after() argument
3002 *dbg_userword(cachep, objp) = (void *)caller; in cache_alloc_debugcheck_after()
3211 unsigned long caller) in slab_alloc_node() argument
3255 ptr = cache_alloc_debugcheck_after(cachep, flags, ptr, caller); in slab_alloc_node()
3296 slab_alloc(struct kmem_cache *cachep, gfp_t flags, size_t orig_size, unsigned long caller) in slab_alloc() argument
3316 objp = cache_alloc_debugcheck_after(cachep, flags, objp, caller); in slab_alloc()
3424 unsigned long caller) in __cache_free() argument
3452 ___cache_free(cachep, objp, caller); in __cache_free()
3456 unsigned long caller) in ___cache_free() argument
3462 objp = cache_free_debugcheck(cachep, objp, caller); in ___cache_free()
3517 size_t size, void **p, unsigned long caller) in cache_alloc_debugcheck_after_bulk() argument
3522 p[i] = cache_alloc_debugcheck_after(s, flags, p[i], caller); in cache_alloc_debugcheck_after_bulk()
3628 __do_kmalloc_node(size_t size, gfp_t flags, int node, unsigned long caller) in __do_kmalloc_node() argument
3651 int node, unsigned long caller) in __kmalloc_node_track_caller() argument
3653 return __do_kmalloc_node(size, flags, node, caller); in __kmalloc_node_track_caller()
3667 unsigned long caller) in __do_kmalloc() argument
3677 ret = slab_alloc(cachep, flags, size, caller); in __do_kmalloc()
3680 trace_kmalloc(caller, ret, in __do_kmalloc()
3692 void *__kmalloc_track_caller(size_t size, gfp_t flags, unsigned long caller) in __kmalloc_track_caller() argument
3694 return __do_kmalloc(size, flags, caller); in __kmalloc_track_caller()