Searched refs:SPLICE_F_NONBLOCK (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | splice.h | 18 #define SPLICE_F_NONBLOCK (0x02) /* don't block on the pipe splicing (but */ macro 24 #define SPLICE_F_ALL (SPLICE_F_MOVE|SPLICE_F_NONBLOCK|SPLICE_F_MORE|SPLICE_F_GIFT)
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_bpf_syscall_macro.c | 76 r = splice(-42, &off_in, 42, &off_out, 0x12340000, SPLICE_F_NONBLOCK); in test_bpf_syscall_macro() 86 ASSERT_EQ(skel->bss->splice_flags, SPLICE_F_NONBLOCK, "splice_arg6"); in test_bpf_syscall_macro()
|
/openbmc/linux/fs/ |
H A D | splice.c | 536 if (sd->flags & SPLICE_F_NONBLOCK) in splice_from_pipe_next() 824 if (flags & SPLICE_F_NONBLOCK) in splice_to_socket() 1054 sd->flags &= ~SPLICE_F_NONBLOCK; in splice_direct_to_actor() 1211 if (flags & SPLICE_F_NONBLOCK) in wait_for_space() 1267 flags |= SPLICE_F_NONBLOCK; in do_splice() 1289 flags |= SPLICE_F_NONBLOCK; in do_splice() 1311 flags |= SPLICE_F_NONBLOCK; in do_splice() 1620 if (flags & SPLICE_F_NONBLOCK) { in ipipe_prep() 1655 if (flags & SPLICE_F_NONBLOCK) { in opipe_prep() 1732 if (flags & SPLICE_F_NONBLOCK) { in splice_pipe_to_pipe() [all …]
|
H A D | read_write.c | 1246 fl = SPLICE_F_NONBLOCK; in do_sendfile() 1259 fl |= SPLICE_F_NONBLOCK; in do_sendfile()
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/ |
H A D | backported.patch | 36 - remove SPLICE_F_NONBLOCK to fix problem with slow splice() (Jan Seda)
|
/openbmc/linux/kernel/ |
H A D | relay.c | 1218 if (flags & SPLICE_F_NONBLOCK) in relay_file_splice_read()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | tls.c | 712 unsigned int f = SPLICE_F_NONBLOCK | SPLICE_F_MORE | SPLICE_F_GIFT; in TEST_F() 840 EXPECT_EQ(splice(self->cfd, NULL, p[1], NULL, half, SPLICE_F_NONBLOCK), in TEST_F()
|
/openbmc/linux/net/tls/ |
H A D | tls_sw.c | 2189 err = tls_rx_reader_lock(sk, ctx, flags & SPLICE_F_NONBLOCK); in tls_sw_splice_read() 2198 err = tls_rx_rec_wait(sk, NULL, flags & SPLICE_F_NONBLOCK, in tls_sw_splice_read()
|
/openbmc/linux/net/unix/ |
H A D | af_unix.c | 2933 flags & SPLICE_F_NONBLOCK) in unix_stream_splice_read()
|
/openbmc/linux/net/smc/ |
H A D | af_smc.c | 3233 if (flags & SPLICE_F_NONBLOCK) in smc_splice_read()
|
/openbmc/linux/kernel/trace/ |
H A D | trace.c | 8546 if ((file->f_flags & O_NONBLOCK) || (flags & SPLICE_F_NONBLOCK)) in tracing_buffers_splice_read()
|
/openbmc/qemu/ |
H A D | meson.build | 2728 len = tee(STDIN_FILENO, STDOUT_FILENO, INT_MAX, SPLICE_F_NONBLOCK);
|