HomeSort by relevance Sort by last modified time
    Searched refs:SPLICE_F_NONBLOCK (Results 1 - 11 of 11) sorted by null

  /external/strace/xlat/
splice_flags.h 14 #if defined(SPLICE_F_NONBLOCK) || (defined(HAVE_DECL_SPLICE_F_NONBLOCK) && HAVE_DECL_SPLICE_F_NONBLOCK)
15 XLAT(SPLICE_F_NONBLOCK),
  /external/ltp/include/lapi/
fcntl.h 140 #ifndef SPLICE_F_NONBLOCK
141 # define SPLICE_F_NONBLOCK 2
  /external/ltp/testcases/kernel/syscalls/tee/
tee01.c 85 ret = tee(pipe1[0], pipe2[1], TEST_BLOCK_SIZE, SPLICE_F_NONBLOCK);
  /bionic/libc/include/
fcntl.h 61 #define SPLICE_F_NONBLOCK 2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 231 # define SPLICE_F_NONBLOCK 2 /* Don't block on the pipe splicing
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 246 # define SPLICE_F_NONBLOCK 2 /* Don't block on the pipe splicing
  /external/fio/engines/
splice.c 183 ret = vmsplice(sd->pipe[1], &iov, 1, SPLICE_F_NONBLOCK);
  /external/perfetto/src/ftrace_reader/
cpu_reader.cc 126 // SPLICE_F_NONBLOCK flag passed to splice().
207 base::kPageSize, SPLICE_F_MOVE | SPLICE_F_NONBLOCK);
  /external/fio/
configure 1015 return splice(0, NULL, 0, NULL, 0, SPLICE_F_NONBLOCK);
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 490 /** @hide */ public static final int SPLICE_F_NONBLOCK = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 548 initConstant(env, c, "SPLICE_F_NONBLOCK", SPLICE_F_NONBLOCK);
    [all...]

Completed in 262 milliseconds