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

  /external/fio/
eta.c 356 je->m_iops[0] += td->o.rate_iops_min[DDIR_READ];
362 je->m_iops[1] += td->o.rate_iops_min[DDIR_WRITE];
368 je->m_iops[2] += td->o.rate_iops_min[DDIR_TRIM];
482 } else if (je->m_iops[0] || je->m_iops[1] || je->t_iops[0] || je->t_iops[1]) {
485 je->m_iops[0] + je->m_iops[1]);
stat.h 193 uint32_t m_iops[DDIR_RWDIR_CNT], t_iops[DDIR_RWDIR_CNT]; member in struct:jobs_eta
client.c 952 je->m_iops[i] = le32_to_cpu(je->m_iops[i]);
978 dst->m_iops[i] += je->m_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 695 je->m_iops[i] = cpu_to_le32(je->m_iops[i]);
    [all...]

Completed in 231 milliseconds