Home | Sort by relevance Sort by last modified time |
/external/fio/engines/ | |
cpu.c | 84 o->thinktime_blocks = 1; |
/external/fio/ | |
thread_options.h | 141 unsigned int thinktime_blocks; member in struct:thread_options 368 uint32_t thinktime_blocks; member in struct:thread_options_pack |
cconv.c | 173 o->thinktime_blocks = le32_to_cpu(top->thinktime_blocks); 347 top->thinktime_blocks = cpu_to_le32(o->thinktime_blocks); |
backend.c | 936 if (!(b % td->o.thinktime_blocks)) { [all...] |
options.c | [all...] |