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

  /external/ltp/include/old/
tlibio.h 36 #define LIO_IO_ALISTIO 00010 /* single stride async listio */
86 #define LIO_IO_ASYNC_TYPES (LIO_IO_ASYNC|LIO_IO_SLISTIO|LIO_IO_ALISTIO)
  /external/ltp/lib/
tlibio.c 159 {"L", LIO_IO_ALISTIO | LIO_WAIT_RECALL,
161 {"X", LIO_IO_ALISTIO | LIO_WAIT_SIGPAUSE,
174 {"alistio", LIO_IO_ALISTIO, "single stride async listio"},
886 else if (method & LIO_IO_ALISTIO) {
947 /* LIO_IO_ALISTIO */
    [all...]

Completed in 49 milliseconds