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 187 uint64_t short_io_u[DDIR_RWDIR_CNT]; member in struct:thread_stat
stat.c 789 (unsigned long long) ts->short_io_u[0],
790 (unsigned long long) ts->short_io_u[1],
791 (unsigned long long) ts->short_io_u[2],
927 json_object_add_value_int(dir_object, "short_ios", ts->short_io_u[ddir]);
    [all...]
client.c 922 dst->short_io_u[i] = le64_to_cpu(src->short_io_u[i]);
    [all...]
server.c     [all...]
backend.c 500 td->ts.short_io_u[io_u->ddir]++;
    [all...]

Completed in 1360 milliseconds