Searched refs:sendfile (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/Documentation/networking/ |
D | tls.txt | 67 The sendfile system call will send the file's data over TLS records of maximum 72 sendfile(sock, file, &offset, stat.st_size);
|
D | vortex.txt | 209 performance improvement for the sendfile() system call, but a small
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | tls.c | 100 TEST_F(tls, sendfile) in TEST_F() argument 107 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F() 127 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
|
/Linux-v4.19/tools/testing/selftests/exec/ |
D | execveat.c | 146 sendfile(out_fd, in_fd, NULL, info.st_size); in exe_cp()
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 201 ENTRY_COMP(sendfile)
|
/Linux-v4.19/Documentation/filesystems/ |
D | dax.txt | 132 non struct page case include RDMA, sendfile() and splice().
|
D | Locking | 456 ssize_t (*sendfile) (struct file *, loff_t *, size_t, read_actor_t,
|
D | relay.txt | 129 sendfile() transfer data from a channel buffer to an output file
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 51 40 common sendfile __x64_sys_sendfile64
|
D | syscall_32.tbl | 201 187 i386 sendfile sys_sendfile __ia32_compat_sys_sendfile
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 51 40 common sendfile __x64_sys_sendfile64
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 203 187 common sendfile sys_sendfile
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 178 187 common sendfile sys_sendfile64 compat_sys_sendfile
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 178 187 common sendfile sys_sendfile64 compat_sys_sendfile
|
/Linux-v4.19/fs/ |
D | read_write.c | 1468 SYSCALL_DEFINE4(sendfile, int, out_fd, int, in_fd, off_t __user *, offset, size_t, count) in SYSCALL_DEFINE4() argument 1505 COMPAT_SYSCALL_DEFINE4(sendfile, int, out_fd, int, in_fd, in COMPAT_SYSCALL_DEFINE4() argument
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 260 int sent = sendfile(fd, fp, NULL, iov_length); in msg_loop_sendpage()
|