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

  /external/ltp/include/old/
tlibio.h 102 #define LIO_RANDOM 010000000
  /external/ltp/lib/
tlibio.c 145 LIO_RANDOM | LIO_IO_TYPES | LIO_WAIT_TYPES,
148 LIO_RANDOM | LIO_IO_ATYPES | LIO_WAIT_ATYPES,
152 LIO_RANDOM | LIO_IO_TYPES | LIO_WAIT_TYPES,
155 LIO_RANDOM | LIO_IO_TYPES | LIO_WAIT_TYPES,
184 {"random", LIO_RANDOM, "set random bit"},
186 LIO_RANDOM | LIO_IO_TYPES | LIO_WAIT_TYPES,
463 * and wait method bits cleared. The LIO_RANDOM bit is also
473 mask = curr_mask & (~(LIO_IO_TYPES | LIO_WAIT_TYPES | LIO_RANDOM));
513 * If the LIO_RANDOM method bit is set, this function will randomly
563 * If LIO_RANDOM bit specified, get new method randomly
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c 580 if (io_type & LIO_RANDOM)
    [all...]

Completed in 102 milliseconds