HomeSort by relevance Sort by last modified time
    Searched refs:thinktime_blocks (Results 1 - 5 of 5) sorted by null

  /external/fio/engines/
cpu.c 84 o->thinktime_blocks = 1;
  /external/fio/
thread_options.h 132 unsigned int thinktime_blocks; member in struct:thread_options
356 uint32_t thinktime_blocks; member in struct:thread_options_pack
cconv.c 167 o->thinktime_blocks = le32_to_cpu(top->thinktime_blocks);
337 top->thinktime_blocks = cpu_to_le32(o->thinktime_blocks);
backend.c 902 if (!(b % td->o.thinktime_blocks)) {
    [all...]
options.c     [all...]

Completed in 796 milliseconds