Searched refs:copy (Results 1 – 6 of 6) sorted by relevance
/kernel/gcov/ |
D | fs.c | 307 char *copy; in link_target() local 309 copy = kstrdup(path, GFP_KERNEL); in link_target() 310 if (!copy) in link_target() 312 old_ext = strrchr(copy, '.'); in link_target() 316 target = kasprintf(GFP_KERNEL, "%s/%s.%s", dir, copy, ext); in link_target() 318 target = kasprintf(GFP_KERNEL, "%s.%s", copy, ext); in link_target() 319 kfree(copy); in link_target()
|
/kernel/ |
D | audit.c | 772 struct sk_buff *copy; in kauditd_send_multicast_skb() local 792 copy = skb_copy(skb, GFP_KERNEL); in kauditd_send_multicast_skb() 793 if (!copy) in kauditd_send_multicast_skb() 795 nlh = nlmsg_hdr(copy); in kauditd_send_multicast_skb() 798 nlmsg_multicast(sock, copy, 0, AUDIT_NLGRP_READLOG, GFP_KERNEL); in kauditd_send_multicast_skb()
|
D | sys.c | 1224 size_t copy; in override_release() local 1234 copy = clamp_t(size_t, len, 1, sizeof(buf)); in override_release() 1235 copy = scnprintf(buf, copy, "2.6.%u%s", v, rest); in override_release() 1236 ret = copy_to_user(release, buf, copy + 1); in override_release()
|
D | fork.c | 2953 struct files_struct *copy = NULL; in unshare_files() local 2956 error = unshare_fd(CLONE_FILES, ©); in unshare_files() 2957 if (error || !copy) { in unshare_files() 2963 task->files = copy; in unshare_files()
|
/kernel/trace/ |
D | bpf_trace.c | 518 .copy = ctx_copy, in bpf_event_output()
|
/kernel/events/ |
D | core.c | 6417 if (frag->copy) { in perf_output_sample() 6418 __output_custom(handle, frag->copy, in perf_output_sample()
|