Home
last modified time | relevance | path

Searched refs:sendfile (Results 1 – 25 of 41) sorted by relevance

12

/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect_sendfile.sh5 "$(dirname "${0}")/mptcp_connect.sh" -m sendfile "${@}"
/linux/Documentation/translations/zh_CN/networking/
H A Dmsg_zerocopy.rst29 在用户进程与内核之间拷贝大型缓冲区可能会消耗大量资源。Linux 支持多种免拷贝的接口,如sendfile
/linux/tools/testing/selftests/wireguard/qemu/
H A Dinit.c261 if (sendfile(1, fd, NULL, 0x7ffff000) > 0) in check_leaks()
/linux/tools/objtool/
H A Dbuiltin-check.c13 #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/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl242 186 32 sendfile sys_sendfile compat_sys_sendfile
243 186 64 sendfile sys_sendfile64
244 186 spu sendfile sys_sendfile64
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl242 186 32 sendfile sys_sendfile compat_sys_sendfile
243 186 64 sendfile sys_sendfile64
244 186 spu sendfile sys_sendfile64
/linux/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl57 39 32 sendfile sys_sendfile compat_sys_sendfile
58 39 64 sendfile sys_sendfile64
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl57 39 32 sendfile sys_sendfile compat_sys_sendfile
58 39 64 sendfile sys_sendfile64
/linux/Documentation/bpf/
H A Dmap_sockmap.rst205 - 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 Dexecveat.c163 sendfile(out_fd, in_fd, NULL, info.st_size); in exe_cp()
/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl49 39 n64 sendfile sys_sendfile64
H A Dsyscall_n32.tbl49 39 n32 sendfile compat_sys_sendfile
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl49 39 n64 sendfile sys_sendfile64
/linux/tools/testing/selftests/net/
H A Dtls.c434 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 Dsyscall.tbl91 71 64 sendfile sys_sendfile64
/linux/tools/scripts/
H A Dsyscall.tbl91 71 64 sendfile sys_sendfile64
/linux/Documentation/networking/
H A Dmsg_zerocopy.rst19 such as sendfile and splice. The MSG_ZEROCOPY flag extends the
/linux/arch/sh/kernel/syscalls/
H A Dsyscall.tbl197 187 common sendfile sys_sendfile
/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl126 113 common sendfile sys_sendfile
/linux/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl197 187 common sendfile sys_sendfile
/linux/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl137 122 common sendfile sys_sendfile compat_sys_sendfile
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl52 40 common sendfile sys_sendfile64
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl197 187 common sendfile sys_sendfile
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl126 113 common sendfile sys_sendfile
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl52 40 common sendfile sys_sendfile64

12