Searched refs:dup (Results 76 - 80 of 80) sorted by relevance

1234

/linux-master/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1092 guest_memfd = dup(guest_memfd);
1093 TEST_ASSERT(guest_memfd >= 0, __KVM_SYSCALL_ERROR("dup()", guest_memfd));
/linux-master/arch/arm64/crypto/
H A Dghash-ce-core.S176 dup perm1.2d, x5
/linux-master/mm/
H A Dmmap.c589 * @dup: Pointer to the destination VMA when successful.
594 struct vm_area_struct *src, struct vm_area_struct **dup)
610 *dup = dst;
593 dup_anon_vma(struct vm_area_struct *dst, struct vm_area_struct *src, struct vm_area_struct **dup) argument
/linux-master/fs/btrfs/
H A Dsuper.c2114 * Give a ref to our ctx to this dup, as we want to keep it around for
2117 * We unset ->source in the original fc because the dup needs it for
2118 * mounting, and then once we free the dup it'll free ->source, so we
2132 .dup = btrfs_dup_fs_context,
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3845 dup_fd = dup(pipe_fds[0]);

Completed in 136 milliseconds

1234