| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_connect_sendfile.sh | 5 "$(dirname "${0}")/mptcp_connect.sh" -m sendfile "${@}"
|
| H A D | userspace_pm.sh | 220 ./mptcp_connect -s MPTCP -w 300 -m sendfile -p $app_port $connect_addr\
|
| H A D | mptcp_connect.c | 873 r = sendfile(outfd, infd, NULL, count); in do_sendfile()
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | msg_zerocopy.rst | 29 在用户进程与内核之间拷贝大型缓冲区可能会消耗大量资源。Linux 支持多种免拷贝的接口,如sendfile
|
| /linux/tools/testing/selftests/wireguard/qemu/ |
| H A D | init.c | 261 if (sendfile(1, fd, NULL, 0x7ffff000) > 0) in check_leaks()
|
| /linux/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 242 186 32 sendfile sys_sendfile compat_sys_sendfile 243 186 64 sendfile sys_sendfile64 244 186 spu sendfile sys_sendfile64
|
| /linux/tools/objtool/ |
| H A D | builtin-check.c | 13 #include <sys/sendfile.h> 240 copied = sendfile(dst_fd, src_fd, &offset, to_copy); in save_argv() 242 ERROR_GLIBC("sendfile"); in save_argv()
|
| /linux/tools/perf/arch/sparc/entry/syscalls/ |
| H A D | syscall.tbl | 57 39 32 sendfile sys_sendfile compat_sys_sendfile 58 39 64 sendfile sys_sendfile64
|
| /linux/Documentation/bpf/ |
| H A D | map_sockmap.rst | 205 - A single ``sendmsg()`` or ``sendfile()`` system call contains multiple 225 be assigned, even if the data spans multiple ``sendmsg()`` or ``sendfile()`` 243 calls relying on MSG_SPLICE_PAGES (e.g., ``sendfile()``) this will be the
|
| /linux/tools/testing/selftests/exec/ |
| H A D | execveat.c | 163 sendfile(out_fd, in_fd, NULL, info.st_size); in exe_cp()
|
| /linux/tools/perf/arch/mips/entry/syscalls/ |
| H A D | syscall_n64.tbl | 49 39 n64 sendfile sys_sendfile64
|
| /linux/tools/testing/selftests/net/ |
| H A D | tls.c | 434 TEST_F(tls, sendfile) in TEST_F() argument 441 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F() 463 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F() 494 ret = sendfile(self->fd, fd, &offset, chunk_size); in chunked_sendfile() 1520 res = sendfile(self->fd, fd, NULL, in test_mutliproc()
|
| /linux/scripts/ |
| H A D | syscall.tbl | 91 71 64 sendfile sys_sendfile64
|
| /linux/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 152 187 common sendfile sys_sendfile64
|
| /linux/tools/scripts/ |
| H A D | syscall.tbl | 91 71 64 sendfile sys_sendfile64
|
| /linux/Documentation/networking/ |
| H A D | msg_zerocopy.rst | 19 such as sendfile and splice. The MSG_ZEROCOPY flag extends the
|
| /linux/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 52 40 common sendfile sys_sendfile64
|
| H A D | syscall_32.tbl | 202 187 i386 sendfile sys_sendfile compat_sys_sendfile
|
| /linux/tools/perf/arch/sh/entry/syscalls/ |
| H A D | syscall.tbl | 197 187 common sendfile sys_sendfile
|
| /linux/tools/perf/arch/xtensa/entry/syscalls/ |
| H A D | syscall.tbl | 126 113 common sendfile sys_sendfile
|
| /linux/tools/perf/arch/arm/entry/syscalls/ |
| H A D | syscall.tbl | 204 187 common sendfile sys_sendfile
|
| /linux/Documentation/networking/device_drivers/ethernet/3com/ |
| H A D | vortex.rst | 220 performance improvement for the sendfile() system call, but a small
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 22 #include <sys/sendfile.h> 449 sent = sendfile(fd, fp, NULL, iov_length); in msg_loop_sendpage()
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 2037 sendfile(dst_fd, src_fd, 0, statbuf.st_size)); in copy_file()
|