Searched refs:kmalloc_track_caller (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/mm/ |
H A D | util.c | 62 buf = kmalloc_track_caller(len, gfp); in kstrdup() 108 buf = kmalloc_track_caller(len+1, gfp); in kstrndup() 131 p = kmalloc_track_caller(len, gfp); in kmemdup() 175 buf = kmalloc_track_caller(len + 1, gfp); in kmemdup_nul() 197 p = kmalloc_track_caller(len, GFP_USER | __GFP_NOWARN); in memdup_user() 284 p = kmalloc_track_caller(len + 1, GFP_KERNEL); in memdup_user_nul()
|
H A D | slab_common.c | 1402 ret = kmalloc_track_caller(new_size, flags); in __do_krealloc()
|
/openbmc/linux/include/linux/ |
H A D | sockptr.h | 101 void *p = kmalloc_track_caller(len, GFP_USER | __GFP_NOWARN); in memdup_sockptr() 114 char *p = kmalloc_track_caller(len + 1, GFP_KERNEL); in memdup_sockptr_nul()
|
H A D | slab.h | 685 #define kmalloc_track_caller(size, flags) \ macro
|
/openbmc/linux/lib/ |
H A D | kasprintf.c | 25 p = kmalloc_track_caller(first+1, gfp); in kvasprintf()
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_compat.c | 638 data64 = kmalloc_track_caller(optlen + 4, GFP_USER | __GFP_NOWARN); in xfrm_user_policy_compat()
|
/openbmc/linux/kernel/bpf/ |
H A D | cgroup.c | 1732 ctx.cur_val = kmalloc_track_caller(ctx.cur_len, GFP_KERNEL); in __cgroup_bpf_run_filter_sysctl() 1743 ctx.new_val = kmalloc_track_caller(PAGE_SIZE, GFP_KERNEL); in __cgroup_bpf_run_filter_sysctl()
|