Home | Sort by relevance Sort by last modified time |
/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...] |