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

  /external/fio/
io_u.h 21 IO_U_F_FLIGHT = 1 << 1,
ioengines.c 262 assert((io_u->flags & IO_U_F_FLIGHT) == 0);
263 io_u_set(td, io_u, IO_U_F_FLIGHT);
301 io_u_clear(td, io_u, IO_U_F_FLIGHT);
rate-submit.c 33 io_u_clear(td, io_u, IO_U_F_FLIGHT);
io_u.c 821 io_u_clear(td, io_u, IO_U_F_FLIGHT);
838 if ((__io_u->flags & IO_U_F_FLIGHT) && ddir_rw(ddir))
841 io_u_clear(td, __io_u, IO_U_F_FLIGHT);
    [all...]
backend.c 263 if (io_u->flags & IO_U_F_FLIGHT) {
1421 io_u_set(td, io_u, IO_U_F_FLIGHT);
    [all...]
  /external/fio/engines/
glusterfs_async.c 35 if (!(io_u->flags & IO_U_F_FLIGHT))
posixaio.c 117 if (io_u->seen || !(io_u->flags & IO_U_F_FLIGHT))
windowsaio.c 285 if (!(io_u->flags & IO_U_F_FLIGHT))
rbd.c 388 if (!(io_u->flags & IO_U_F_FLIGHT))

Completed in 336 milliseconds