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

  /external/fio/
eta.c 407 je->t_iops[0] += td->o.rate_iops[DDIR_READ];
413 je->t_iops[1] += td->o.rate_iops[DDIR_WRITE];
419 je->t_iops[2] += td->o.rate_iops[DDIR_TRIM];
548 je->t_iops[0] || je->t_iops[1] || je->t_iops[2]) {
551 je->t_iops[0] + je->t_iops[1] + je->t_iops[2]);
stat.h 248 uint32_t m_iops[DDIR_RWDIR_CNT], t_iops[DDIR_RWDIR_CNT]; member in struct:jobs_eta
client.c 1156 je->t_iops[i] = le32_to_cpu(je->t_iops[i]);
1182 dst->t_iops[i] += je->t_iops[i];
    [all...]
server.c 907 je->t_iops[i] = cpu_to_le32(je->t_iops[i]);
    [all...]

Completed in 539 milliseconds