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

  /external/fio/engines/
cpu.c 82 * set thinktime_sleep and thinktime_spin appropriately
85 o->thinktime_spin = 0;
  /external/fio/
thread_options.h 131 unsigned int thinktime_spin; member in struct:thread_options
355 uint32_t thinktime_spin; member in struct:thread_options_pack
cconv.c 166 o->thinktime_spin = le32_to_cpu(top->thinktime_spin);
336 top->thinktime_spin = cpu_to_le32(o->thinktime_spin);
backend.c 907 if (td->o.thinktime_spin)
908 usec_spin(td->o.thinktime_spin);
910 left = td->o.thinktime - td->o.thinktime_spin;
    [all...]
init.c 554 * thinktime_spin must be less than thinktime
556 if (o->thinktime_spin > o->thinktime)
557 o->thinktime_spin = o->thinktime;
    [all...]
options.c     [all...]

Completed in 129 milliseconds