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

  /external/fio/examples/
e4defrag2.fio 58 time_based=30
71 time_based=30
85 time_based=30
enospc-pressure.fio 31 time_based
  /external/fio/
thread_options.h 184 unsigned int time_based; member in struct:thread_options
402 uint32_t time_based; member in struct:thread_options_pack
libfio.c 99 if (td->o.time_based || td->o.loops || td->o.do_verify)
cconv.c 210 o->time_based = le32_to_cpu(top->time_based);
367 top->time_based = cpu_to_le32(o->time_based);
eta.c 185 if (td->o.time_based) {
192 * Will never hit, we can't have time_based
backend.c 699 td->o.time_based) {
1159 if (td->o.time_based)
    [all...]
init.c 594 if (!o->timeout && o->time_based) {
595 log_err("fio: time_based requires a runtime/timeout setting\n");
596 o->time_based = 0;
    [all...]
io_u.c 259 if (td->o.time_based) {
276 if (f->last_pos >= f->io_size + get_start_offset(td, f) && td->o.time_based)
    [all...]
options.c     [all...]

Completed in 50 milliseconds