Home
last modified time | relevance | path

Searched refs:SPLICE_F_NONBLOCK (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/fs/
H A Dsplice.c488 if (sd->flags & SPLICE_F_NONBLOCK) in splice_from_pipe_next()
853 sd->flags &= ~SPLICE_F_NONBLOCK; in splice_direct_to_actor()
993 if (flags & SPLICE_F_NONBLOCK) in wait_for_space()
1032 flags |= SPLICE_F_NONBLOCK; in do_splice()
1056 flags |= SPLICE_F_NONBLOCK; in do_splice()
1082 flags |= SPLICE_F_NONBLOCK; in do_splice()
1377 if (flags & SPLICE_F_NONBLOCK) { in ipipe_prep()
1412 if (flags & SPLICE_F_NONBLOCK) { in opipe_prep()
1489 if (flags & SPLICE_F_NONBLOCK) { in splice_pipe_to_pipe()
1674 flags |= SPLICE_F_NONBLOCK; in do_tee()
H A Dread_write.c1254 fl = SPLICE_F_NONBLOCK; in do_sendfile()
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/
H A Dbackported.patch36 - remove SPLICE_F_NONBLOCK to fix problem with slow splice() (Jan Seda)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dfcntl-linux.h346 # define SPLICE_F_NONBLOCK 2 /* Don't block on the pipe splicing macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dfcntl-linux.h346 # define SPLICE_F_NONBLOCK 2 /* Don't block on the pipe splicing macro
/OK3568_Linux_fs/kernel/kernel/
H A Drelay.c1305 if (flags & SPLICE_F_NONBLOCK) in relay_file_splice_read()
/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_sw.c2004 timeo = sock_rcvtimeo(sk, flags & SPLICE_F_NONBLOCK); in tls_sw_splice_read()
2006 skb = tls_wait_data(sk, NULL, flags & SPLICE_F_NONBLOCK, timeo, &err); in tls_sw_splice_read()
/OK3568_Linux_fs/kernel/net/smc/
H A Daf_smc.c2413 if (flags & SPLICE_F_NONBLOCK) in smc_splice_read()
/OK3568_Linux_fs/kernel/net/unix/
H A Daf_unix.c2563 flags & SPLICE_F_NONBLOCK) in unix_stream_splice_read()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace.c7803 if ((file->f_flags & O_NONBLOCK) || (flags & SPLICE_F_NONBLOCK)) in tracing_buffers_splice_read()