Searched refs:trim_percentage (Results 1 – 4 of 4) sorted by relevance
75 if (!td->o.trim_percentage) in io_u_should_trim()81 val *= (unsigned long long) td->o.trim_percentage; in io_u_should_trim()
200 unsigned int trim_percentage; member423 uint32_t trim_percentage; member
224 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()
2524 .off1 = td_var_offset(trim_percentage),