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

  /external/fio/
stat.h 167 uint64_t total_complete; member in struct:thread_stat
stat.c 568 stat_calc_dist(ts->io_u_complete, ts->total_complete, io_u_dist);
1160 dst->total_complete += src->total_complete;
    [all...]
client.c 876 dst->total_complete = le64_to_cpu(src->total_complete);
    [all...]
server.c 1142 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 831 td->ts.total_complete++;
    [all...]

Completed in 1425 milliseconds