Searched refs:rwmix (Results 1 – 5 of 5) sorted by relevance
37 if (td->o.rwmix[DDIR_READ] == 100) in check_str_update()39 else if (td->o.rwmix[DDIR_WRITE] == 100) in check_str_update()44 if (td->o.rwmix[DDIR_READ] == 100) in check_str_update()46 else if (td->o.rwmix[DDIR_WRITE] == 100) in check_str_update()165 if (td->o.rwmix[DDIR_WRITE]) in thread_eta()166 perc = td->o.rwmix[DDIR_WRITE]; in thread_eta()
169 unsigned int rwmix[DDIR_RWDIR_CNT]; member387 uint32_t rwmix[DDIR_RWDIR_CNT]; member
106 o->rwmix[i] = le32_to_cpu(top->rwmix[i]); in convert_thread_options_to_cpu()419 top->rwmix[i] = cpu_to_le32(o->rwmix[i]); in convert_thread_options_to_net()
511 diff = td->o.rwmix[td->rwmix_ddir ^ 1]; in set_rwmix_bytes()528 if (v <= td->o.rwmix[DDIR_READ]) in get_rand_ddir()567 if (td_rw(td) && td->o.rwmix[odir]) { in rate_ddir()
379 td->o.rwmix[DDIR_READ] = *val; in str_rwmix_read_cb()380 td->o.rwmix[DDIR_WRITE] = 100 - *val; in str_rwmix_read_cb()388 td->o.rwmix[DDIR_WRITE] = *val; in str_rwmix_write_cb()389 td->o.rwmix[DDIR_READ] = 100 - *val; in str_rwmix_write_cb()