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

  /external/fio/
trim.c 75 if (!td->o.trim_percentage)
86 val *= (unsigned long long) td->o.trim_percentage;
thread_options.h 195 unsigned int trim_percentage; member in struct:thread_options
413 uint32_t trim_percentage; member in struct:thread_options_pack
cconv.c 221 o->trim_percentage = le32_to_cpu(top->trim_percentage);
378 top->trim_percentage = cpu_to_le32(o->trim_percentage);
options.c     [all...]

Completed in 136 milliseconds