Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsplice_flags.h14 #if defined(SPLICE_F_NONBLOCK) || (defined(HAVE_DECL_SPLICE_F_NONBLOCK) && HAVE_DECL_SPLICE_F_NONBL…
15 XLAT(SPLICE_F_NONBLOCK),
Dsplice_flags.in2 SPLICE_F_NONBLOCK
/external/fio/engines/
Dsplice.c183 ret = vmsplice(sd->pipe[1], &iov, 1, SPLICE_F_NONBLOCK); in fio_splice_write()
/external/fio/
Dconfigure820 return splice(0, NULL, 0, NULL, 0, SPLICE_F_NONBLOCK);
/external/netperf/src/
Dnettest_omni.c2973 #ifndef SPLICE_F_NONBLOCK in recv_data_no_copy()
2974 # define SPLICE_F_NONBLOCK 0x02 in recv_data_no_copy() macro
2985 int my_flags = SPLICE_F_MOVE | SPLICE_F_NONBLOCK; /* values in recv_data_no_copy()