Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsplice_flags.h20 #if defined(SPLICE_F_NONBLOCK) || (defined(HAVE_DECL_SPLICE_F_NONBLOCK) && HAVE_DECL_SPLICE_F_NONBL…
21 XLAT(SPLICE_F_NONBLOCK),
Dsplice_flags.in2 SPLICE_F_NONBLOCK
/external/ltp/include/lapi/
Dfcntl.h144 #ifndef SPLICE_F_NONBLOCK
145 # define SPLICE_F_NONBLOCK 2 macro
/external/ltp/testcases/kernel/syscalls/tee/
Dtee01.c85 ret = tee(pipe1[0], pipe2[1], TEST_BLOCK_SIZE, SPLICE_F_NONBLOCK); in tee_test()
/external/syzkaller/sys/linux/
Dsys_386.const547 SPLICE_F_NONBLOCK = 2
Dsys_amd64.const547 SPLICE_F_NONBLOCK = 2
Dsys_arm.const547 SPLICE_F_NONBLOCK = 2
Dsys_ppc64le.const547 SPLICE_F_NONBLOCK = 2
Dsys_arm64.const547 SPLICE_F_NONBLOCK = 2
Dsys.txt944 splice_flags = SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT
/external/perfetto/src/traced/probes/ftrace/
Dcpu_reader.cc255 uint32_t flg = SPLICE_F_MOVE | ((block == kNonBlock) * SPLICE_F_NONBLOCK); in RunWorkerThread()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1554 SPLICE_F_NONBLOCK = 0x2 const
Dzerrors_linux_mipsle.go1856 SPLICE_F_NONBLOCK = 0x2 const
Dzerrors_linux_s390x.go1915 SPLICE_F_NONBLOCK = 0x2 const
Dzerrors_linux_arm.go1861 SPLICE_F_NONBLOCK = 0x2 const
Dzerrors_linux_ppc64le.go1911 SPLICE_F_NONBLOCK = 0x2 const
Dzerrors_linux_mips64.go1856 SPLICE_F_NONBLOCK = 0x2 const
Dzerrors_linux_ppc64.go1911 SPLICE_F_NONBLOCK = 0x2 const
Dzerrors_linux_amd64.go1855 SPLICE_F_NONBLOCK = 0x2 const
Dzerrors_linux_mips64le.go1856 SPLICE_F_NONBLOCK = 0x2 const
Dzerrors_linux_386.go1854 SPLICE_F_NONBLOCK = 0x2 const
Dzerrors_linux_mips.go1856 SPLICE_F_NONBLOCK = 0x2 const
Dzerrors_linux_arm64.go1845 SPLICE_F_NONBLOCK = 0x2 const