Home
last modified time | relevance | path

Searched refs:thinktime (Results 1 – 7 of 7) sorted by relevance

/external/fio/engines/
Dcpu.c86 o->thinktime = (co->cpucycle * (100 - co->cpuload)) / co->cpuload; in fio_cpuio_init()
/external/fio/
Dthread_options.h139 unsigned int thinktime; member
366 uint32_t thinktime; member
Dcconv.c171 o->thinktime = le32_to_cpu(top->thinktime); in convert_thread_options_to_cpu()
345 top->thinktime = cpu_to_le32(o->thinktime); in convert_thread_options_to_net()
Dbackend.c932 if (td->o.thinktime) { in do_io()
944 left = td->o.thinktime - td->o.thinktime_spin; in do_io()
Dinit.c608 if (o->thinktime_spin > o->thinktime) in fixup_options()
609 o->thinktime_spin = o->thinktime; in fixup_options()
DHOWTO958 thinktime=int Stall the job x microseconds after an io has completed before
964 Only valid if thinktime is set - pretend to spend CPU time
967 thinktime.
970 Only valid if thinktime is set - control how many blocks
971 to issue, before waiting 'thinktime' usecs. If not set,
972 defaults to 1 which will make fio wait 'thinktime' usecs
975 before we have to complete it and do our thinktime. In
Doptions.c2764 .off1 = td_var_offset(thinktime),