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

  /external/fio/engines/
cpu.c 85 o->thinktime_blocks = 1;
  /external/fio/
thread_options.h 166 unsigned int thinktime_blocks; member in struct:thread_options
435 uint32_t thinktime_blocks; member in struct:thread_options_pack
cconv.c 206 o->thinktime_blocks = le32_to_cpu(top->thinktime_blocks);
409 top->thinktime_blocks = cpu_to_le32(o->thinktime_blocks);
backend.c 1026 if (!(b % td->o.thinktime_blocks)) {
    [all...]
options.c     [all...]
HOWTO     [all...]
fio.1     [all...]

Completed in 338 milliseconds