• Home
  • Raw
  • Download

Lines Matching refs:caller

1492 			    unsigned long caller)  in store_stackinfo()  argument
1502 *addr++ = caller; in store_stackinfo()
1506 unsigned long *sptr = &caller; in store_stackinfo()
1524 int map, unsigned long caller) in slab_kernel_map() argument
1529 if (caller) in slab_kernel_map()
1530 store_stackinfo(cachep, objp, caller); in slab_kernel_map()
1537 int map, unsigned long caller) {} in slab_kernel_map() argument
2782 unsigned long caller) in cache_free_debugcheck() argument
2800 *dbg_userword(cachep, objp) = (void *)caller; in cache_free_debugcheck()
2810 slab_kernel_map(cachep, objp, 0, caller); in cache_free_debugcheck()
3067 gfp_t flags, void *objp, unsigned long caller) in cache_alloc_debugcheck_after() argument
3077 *dbg_userword(cachep, objp) = (void *)caller; in cache_alloc_debugcheck_after()
3287 unsigned long caller) in slab_alloc_node() argument
3325 ptr = cache_alloc_debugcheck_after(cachep, flags, ptr, caller); in slab_alloc_node()
3367 slab_alloc(struct kmem_cache *cachep, gfp_t flags, unsigned long caller) in slab_alloc() argument
3381 objp = cache_alloc_debugcheck_after(cachep, flags, objp, caller); in slab_alloc()
3490 unsigned long caller) in __cache_free() argument
3496 ___cache_free(cachep, objp, caller); in __cache_free()
3500 unsigned long caller) in ___cache_free() argument
3506 objp = cache_free_debugcheck(cachep, objp, caller); in ___cache_free()
3559 size_t size, void **p, unsigned long caller) in cache_alloc_debugcheck_after_bulk() argument
3564 p[i] = cache_alloc_debugcheck_after(s, flags, p[i], caller); in cache_alloc_debugcheck_after_bulk()
3668 __do_kmalloc_node(size_t size, gfp_t flags, int node, unsigned long caller) in __do_kmalloc_node() argument
3691 int node, unsigned long caller) in __kmalloc_node_track_caller() argument
3693 return __do_kmalloc_node(size, flags, node, caller); in __kmalloc_node_track_caller()
3705 unsigned long caller) in __do_kmalloc() argument
3715 ret = slab_alloc(cachep, flags, caller); in __do_kmalloc()
3718 trace_kmalloc(caller, ret, in __do_kmalloc()
3730 void *__kmalloc_track_caller(size_t size, gfp_t flags, unsigned long caller) in __kmalloc_track_caller() argument
3732 return __do_kmalloc(size, flags, caller); in __kmalloc_track_caller()