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

  /external/fio/
thread_options.h 189 unsigned int dedupe_percentage; member in struct:thread_options
412 uint32_t dedupe_percentage; member in struct:thread_options_pack
cconv.c 244 o->dedupe_percentage = le32_to_cpu(top->dedupe_percentage);
405 top->dedupe_percentage = cpu_to_le32(o->dedupe_percentage);
io_u.c     [all...]
options.c 1032 td->o.dedupe_percentage = *il;
    [all...]
fio.1 505 .BI dedupe_percentage \fR=\fPint
    [all...]
HOWTO 623 dedupe_percentage=int If set, fio will generate this percentage of
    [all...]
  /external/fio/t/
dedupe.c 494 printf("Fio setting: dedupe_percentage=%u\n", (int) (perc + 0.50));

Completed in 313 milliseconds