Home
last modified time | relevance | path

Searched refs:time_based (Results 1 – 20 of 20) sorted by relevance

/external/fio/examples/
De4defrag2.fio58 time_based=30
71 time_based=30
85 time_based=30
Dfalloc.fio18 time_based=10
27 time_based=10
Dcpuio.fio3 time_based
Dnull.fio10 time_based=0
Dflow.fio6 time_based
Dfusion-aw-sync.fio18 time_based
De4defrag.fio21 time_based=30
Denospc-pressure.fio31 time_based
/external/fio/t/jobs/
Dt0007-37cf9e3c.fio7 time_based
Dt0009-f8b0bd10.fio20 time_based=1
/external/fio/
Dthread_options.h190 unsigned int time_based; member
413 uint32_t time_based; member
Dcconv.c214 o->time_based = le32_to_cpu(top->time_based); in convert_thread_options_to_cpu()
375 top->time_based = cpu_to_le32(o->time_based); in convert_thread_options_to_net()
Dlibfio.c100 if (td->o.time_based || td->o.loops || td->o.do_verify) in reset_io_counters()
Deta.c205 if (td->o.time_based) { in thread_eta()
Dio_u.c250 if (td->o.time_based) { in get_next_rand_block()
270 o->time_based) in get_next_seq_offset()
Dinit.c646 if (!o->timeout && o->time_based) { in fixup_options()
648 o->time_based = 0; in fixup_options()
Dbackend.c749 td->o.time_based) { in do_io()
1204 if (td->o.time_based) in keep_running()
Dverify.c400 !td->o.time_based) in verify_io_u_meta()
DHOWTO176 time_based=1
1077 time_based If set, fio will run for the duration of the runtime
1197 with the time_based option set.
Doptions.c2166 .off1 = td_var_offset(time_based),