Home
last modified time | relevance | path

Searched refs:vmsplice (Results 1 – 17 of 17) sorted by relevance

/linux/tools/testing/selftests/arm64/fp/
H A Dkernel-test.c211 ret = vmsplice(zerocopy[1], &iov, 1, SPLICE_F_GIFT); in compute_digest()
/linux/tools/testing/selftests/mm/
H A Dmemfd_secret.c113 transferred = vmsplice(pipefd[1], &iov, 1, 0); in test_vmsplice()
H A Dcow.c159 transferred = vmsplice(fds[1], &iov, 1, 0); in child_vmsplice_memcmp_fn()
249 * With hugetlb, some vmsplice() tests are currently expected to in do_test_cow_in_parent()
317 transferred = vmsplice(fds[1], &iov, 1, 0); in do_test_vmsplice_in_parent()
319 ksft_perror("vmsplice() failed\n"); in do_test_vmsplice_in_parent()
340 transferred = vmsplice(fds[1], &iov, 1, 0); in do_test_vmsplice_in_parent()
342 ksft_perror("vmsplice() failed"); in do_test_vmsplice_in_parent()
380 * With hugetlb, some vmsplice() tests are currently expected to in do_test_vmsplice_in_parent()
1117 * vmsplice() [R/O GUP] + unmap in the child; modify in the parent. If
1122 "vmsplice() + unmap in child",
1126 * vmsplice() tes
[all...]
H A Dprotection_keys.c1060 vmsplice_ret = vmsplice(pipe_fds[1], &iov, 1, SPLICE_F_GIFT); in test_kernel_gup_of_access_disabled_region()
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl290 278 64 vmsplice sys_vmsplice
426 532 x32 vmsplice sys_vmsplice
H A Dsyscall_32.tbl331 316 i386 vmsplice sys_vmsplice
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl277 266 n64 vmsplice sys_vmsplice
/linux/scripts/
H A Dsyscall.tbl97 75 common vmsplice sys_vmsplice
/linux/tools/scripts/
H A Dsyscall.tbl97 75 common vmsplice sys_vmsplice
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl263 309 common vmsplice sys_vmsplice
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl326 316 common vmsplice sys_vmsplice
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl292 270 common vmsplice sys_vmsplice
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl41 25 common vmsplice sys_vmsplice
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl361 343 common vmsplice sys_vmsplice
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl372 285 common vmsplice sys_vmsplice
/linux/fs/
H A Dsplice.c1578 SYSCALL_DEFINE4(vmsplice, int, fd, const struct iovec __user *, uiov, in SYSCALL_DEFINE4() argument
/linux/tools/testing/selftests/net/
H A Dtls.c1011 ASSERT_GE(vmsplice(pipefds[1], &sendchar_iov, 1, 0), 0); in TEST_F()