Searched refs:SPLICE_F_NONBLOCK (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpf_syscall_macro.c76 r = splice(-42, &off_in, 42, &off_out, 0x12340000, SPLICE_F_NONBLOCK);
86 ASSERT_EQ(skel->bss->splice_flags, SPLICE_F_NONBLOCK, "splice_arg6");
/linux-master/include/linux/
H A Dsplice.h18 #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)
/linux-master/fs/
H A Dsplice.c537 if (sd->flags & SPLICE_F_NONBLOCK)
832 if (flags & SPLICE_F_NONBLOCK)
1074 sd->flags &= ~SPLICE_F_NONBLOCK;
1273 if (flags & SPLICE_F_NONBLOCK)
1329 flags |= SPLICE_F_NONBLOCK;
1351 flags |= SPLICE_F_NONBLOCK;
1377 flags |= SPLICE_F_NONBLOCK;
1686 if (flags & SPLICE_F_NONBLOCK) {
1721 if (flags & SPLICE_F_NONBLOCK) {
1798 if (flags & SPLICE_F_NONBLOCK) {
[all...]
H A Dread_write.c1288 fl = SPLICE_F_NONBLOCK;
1299 fl |= SPLICE_F_NONBLOCK;
/linux-master/net/tls/
H A Dtls_sw.c2189 err = tls_rx_reader_lock(sk, ctx, flags & SPLICE_F_NONBLOCK);
2198 err = tls_rx_rec_wait(sk, NULL, flags & SPLICE_F_NONBLOCK,
/linux-master/tools/testing/selftests/net/
H A Dtls.c712 unsigned int f = SPLICE_F_NONBLOCK | SPLICE_F_MORE | SPLICE_F_GIFT;
840 EXPECT_EQ(splice(self->cfd, NULL, p[1], NULL, half, SPLICE_F_NONBLOCK),
/linux-master/net/smc/
H A Daf_smc.c3274 if (flags & SPLICE_F_NONBLOCK)
/linux-master/net/unix/
H A Daf_unix.c2978 flags & SPLICE_F_NONBLOCK)
/linux-master/kernel/trace/
H A Dtrace.c8173 if ((file->f_flags & O_NONBLOCK) || (flags & SPLICE_F_NONBLOCK))

Completed in 333 milliseconds