HomeSort by relevance Sort by last modified time
    Searched refs:t_iops (Results 1 - 5 of 5) sorted by null

  /external/fio/
eta.c 374 je->t_iops[0] += td->o.rate_iops[DDIR_READ];
380 je->t_iops[1] += td->o.rate_iops[DDIR_WRITE];
386 je->t_iops[2] += td->o.rate_iops[DDIR_TRIM];
502 } else if (je->m_iops[0] || je->m_iops[1] || je->t_iops[0] || je->t_iops[1]) {
504 je->t_iops[0] + je->t_iops[1],
stat.h 202 uint32_t m_iops[DDIR_RWDIR_CNT], t_iops[DDIR_RWDIR_CNT]; member in struct:jobs_eta
client.c 1045 je->t_iops[i] = le32_to_cpu(je->t_iops[i]);
1071 dst->t_iops[i] += je->t_iops[i];
    [all...]
gclient.c 381 } 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);
    [all...]
server.c 727 je->t_iops[i] = cpu_to_le32(je->t_iops[i]);
    [all...]

Completed in 7028 milliseconds