Home
last modified time | relevance | path

Searched refs:trim_percentage (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dtrim.c75 if (!td->o.trim_percentage) in io_u_should_trim()
81 val *= (unsigned long long) td->o.trim_percentage; in io_u_should_trim()
Dthread_options.h200 unsigned int trim_percentage; member
423 uint32_t trim_percentage; member
Dcconv.c224 o->trim_percentage = le32_to_cpu(top->trim_percentage); in convert_thread_options_to_cpu()
385 top->trim_percentage = cpu_to_le32(o->trim_percentage); in convert_thread_options_to_net()
Doptions.c2524 .off1 = td_var_offset(trim_percentage),