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

  /external/fio/
stat.h 162 uint64_t short_io_u[3]; member in struct:thread_stat
stat.c 581 (unsigned long long) ts->short_io_u[0],
582 (unsigned long long) ts->short_io_u[1],
583 (unsigned long long) ts->short_io_u[2]);
1125 dst->short_io_u[k] += src->short_io_u[k];
1128 dst->short_io_u[0] += src->short_io_u[k];
    [all...]
backend.c 555 td->ts.short_io_u[io_u->ddir]++;
808 td->ts.short_io_u[io_u->ddir]++;
    [all...]
client.c 782 dst->short_io_u[i] = le64_to_cpu(src->short_io_u[i]);
    [all...]
server.c 1048 p.ts.short_io_u[i] = cpu_to_le64(ts->short_io_u[i]);
    [all...]

Completed in 212 milliseconds