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

  /external/fio/
thread_options.h 104 unsigned int sync_io; member in struct:thread_options
377 uint32_t sync_io; member in struct:thread_options_pack
cconv.c 157 o->sync_io = le32_to_cpu(top->sync_io);
366 top->sync_io = cpu_to_le32(o->sync_io);
filesetup.c 626 if (td->o.sync_io)
    [all...]
init.c 801 if (td_ioengine_flagged(td, FIO_SYNCIO) && (td->o.odirect || td->o.sync_io)) {
    [all...]
options.c     [all...]
  /external/fio/engines/
glusterfs.c 153 if (td->o.sync_io)
windowsaio.c 178 if (td->o.sync_io)
sg.c 345 if (td->o.sync_io || td->o.odirect || ddir_sync(io_u->ddir))

Completed in 596 milliseconds