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

  /external/fio/
thread_options.h 187 unsigned int disable_slat; member in struct:thread_options
405 uint32_t disable_slat; member in struct:thread_options_pack
cconv.c 213 o->disable_slat = le32_to_cpu(top->disable_slat);
370 top->disable_slat = cpu_to_le32(o->disable_slat);
fio.h 539 !td->o.disable_clat || !td->o.disable_slat || !td->o.disable_bw)
io_u.c     [all...]
options.c 1048 td->o.disable_slat = !!val;
    [all...]

Completed in 2680 milliseconds