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

  /external/fio/
thread_options.h 186 unsigned int disable_clat; member in struct:thread_options
404 uint32_t disable_clat; member in struct:thread_options_pack
cconv.c 212 o->disable_clat = le32_to_cpu(top->disable_clat);
369 top->disable_clat = cpu_to_le32(o->disable_clat);
fio.h 539 !td->o.disable_clat || !td->o.disable_slat || !td->o.disable_bw)
io_u.c     [all...]
options.c 1047 td->o.disable_clat = !!val;
    [all...]

Completed in 123 milliseconds