Searched refs:time_based (Results 1 - 12 of 12) sorted by relevance

/external/fio/examples/
H A De4defrag2.fio58 time_based=30
71 time_based=30
85 time_based=30
H A Denospc-pressure.fio31 time_based
H A Dsteadystate.fio11 time_based
/external/fio/
H A Dthread_options.h224 unsigned int time_based; member in struct:thread_options
494 uint32_t time_based; member in struct:thread_options_pack
H A Dlibfio.c107 if (td->o.time_based || td->o.loops || td->o.do_verify)
H A Dcconv.c253 o->time_based = le32_to_cpu(top->time_based);
439 top->time_based = cpu_to_le32(o->time_based);
H A Dbackend.c876 td->o.time_based) {
906 (!td->o.time_based ||
907 (td->o.time_based && td->o.verify != VERIFY_NONE)))
1350 if (td->o.time_based)
H A Deta.c214 if (td->o.time_based) {
221 * Will never hit, we can't have time_based
H A Dio_u.c332 if (td->o.time_based ||
353 o->time_based) {
H A Dinit.c724 if (!o->timeout && o->time_based) {
725 log_err("fio: time_based requires a runtime/timeout setting\n");
726 o->time_based = 0;
H A Dverify.c855 !td->o.time_based)
H A Doptions.c2516 .name = "time_based",
2519 .off1 = offsetof(struct thread_options, time_based),

Completed in 8959 milliseconds