Searched refs:thinktime (Results 1 – 7 of 7) sorted by relevance
86 o->thinktime = (co->cpucycle * (100 - co->cpuload)) / co->cpuload; in fio_cpuio_init()
139 unsigned int thinktime; member366 uint32_t thinktime; member
171 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()
932 if (td->o.thinktime) { in do_io()944 left = td->o.thinktime - td->o.thinktime_spin; in do_io()
608 if (o->thinktime_spin > o->thinktime) in fixup_options()609 o->thinktime_spin = o->thinktime; in fixup_options()
958 thinktime=int Stall the job x microseconds after an io has completed before964 Only valid if thinktime is set - pretend to spend CPU time967 thinktime.970 Only valid if thinktime is set - control how many blocks971 to issue, before waiting 'thinktime' usecs. If not set,972 defaults to 1 which will make fio wait 'thinktime' usecs975 before we have to complete it and do our thinktime. In
2764 .off1 = td_var_offset(thinktime),