Home
last modified time | relevance | path

Searched refs:t_iops (Results 1 – 5 of 5) sorted by relevance

/external/fio/
Deta.c374 je->t_iops[0] += td->o.rate_iops[DDIR_READ]; in calc_thread_status()
380 je->t_iops[1] += td->o.rate_iops[DDIR_WRITE]; in calc_thread_status()
386 je->t_iops[2] += td->o.rate_iops[DDIR_TRIM]; in calc_thread_status()
502 } else if (je->m_iops[0] || je->m_iops[1] || je->t_iops[0] || je->t_iops[1]) { in display_thread_status()
504 je->t_iops[0] + je->t_iops[1], in display_thread_status()
Dstat.h202 uint32_t m_iops[DDIR_RWDIR_CNT], t_iops[DDIR_RWDIR_CNT]; member
Dclient.c1045 je->t_iops[i] = le32_to_cpu(je->t_iops[i]); in convert_jobs_eta()
1071 dst->t_iops[i] += je->t_iops[i]; in fio_client_sum_jobs_eta()
Dgclient.c381 } else if (je->m_iops || je->t_iops)
382 p += sprintf(p, ", CR=%d/%d IOPS", je->t_iops, je->m_iops);
474 } else if (je->m_iops || je->t_iops)
475 p += sprintf(p, ", CR=%d/%d IOPS", je->t_iops, je->m_iops);
Dserver.c727 je->t_iops[i] = cpu_to_le32(je->t_iops[i]); in handle_send_eta_cmd()