Home
last modified time | relevance | path

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

/dports/benchmarks/fio/fio-3.29/
H A Dthread_options.h305 unsigned int thinktime_blocks_type; member
617 uint32_t thinktime_blocks_type; member
H A Dcconv.c217 o->thinktime_blocks_type = le32_to_cpu(top->thinktime_blocks_type); in convert_thread_options_to_cpu()
445 top->thinktime_blocks_type = __cpu_to_le32(o->thinktime_blocks_type); in convert_thread_options_to_net()
H A Dbackend.c863 if (td->o.thinktime_blocks_type == THINKTIME_BLOCKS_TYPE_COMPLETE)
H A Doptions.c3665 .off1 = offsetof(struct thread_options, thinktime_blocks_type),
H A DHOWTO2775 .. option:: thinktime_blocks_type=str
/dports/benchmarks/fio/fio-3.29/engines/
H A Dcpu.c271 o->thinktime_blocks_type = THINKTIME_BLOCKS_TYPE_COMPLETE; in fio_cpuio_init()
H A Dexec.c347 o->thinktime_blocks_type = THINKTIME_BLOCKS_TYPE_COMPLETE; in fio_exec_init()