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

  /external/fio/
stat.h 164 uint64_t total_complete; member in struct:thread_stat
stat.c 570 stat_calc_dist(ts->io_u_complete, ts->total_complete, io_u_dist);
1145 dst->total_complete += src->total_complete;
    [all...]
client.c 786 dst->total_complete = le64_to_cpu(src->total_complete);
    [all...]
server.c 1052 p.ts.total_complete = cpu_to_le64(ts->total_complete);
    [all...]
gclient.c 755 stat_calc_dist(ts->io_u_complete, ts->total_complete, io_u_dist);
    [all...]
io_u.c 830 td->ts.total_complete++;
    [all...]

Completed in 2545 milliseconds