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

  /external/fio/
thread_options.h 247 unsigned int write_iops_log; member in struct:thread_options
517 uint32_t write_iops_log; member in struct:thread_options_pack
cconv.c 291 o->write_iops_log = le32_to_cpu(top->write_iops_log);
477 top->write_iops_log = cpu_to_le32(o->write_iops_log);
iolog.c 1420 static int write_iops_log(struct thread_data *td, int try, bool unit_log) function
1539 .fn = write_iops_log,
init.c     [all...]
options.c 1427 td->o.write_iops_log = 1;
    [all...]
  /external/fio/tools/
genfio 144 write_iops_log=${PREFIX_FILENAME}$SHORT_HOSTNAME-$BLK_SIZE-$PRINTABLE_DISK-$TYPE-seq.results
178 write_iops_log=${PREFIX_FILENAME}$SHORT_HOSTNAME-$BLK_SIZE-$PRINTABLE_DISK-$TYPE-para.results

Completed in 112 milliseconds