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

  /external/fio/
td_error.c 38 td->total_err_count++;
39 if (td->total_err_count == 1)
stat.h 180 uint64_t total_err_count; member in struct:thread_stat
libfio.c 310 compiletime_assert((offsetof(struct thread_stat, total_err_count) % 8) == 0, "total_err_count");
stat.c 588 (unsigned long long)ts->total_err_count,
836 log_info(";%llu;%d", (unsigned long long) ts->total_err_count, ts->first_error);
904 log_info(";%llu;%d", (unsigned long long) ts->total_err_count, ts->first_error);
986 json_object_add_value_int(root, "total_err", ts->total_err_count);
    [all...]
fio.h 333 unsigned int total_err_count; member in struct:thread_data
client.c 885 dst->total_err_count = le64_to_cpu(src->total_err_count);
    [all...]
server.c 1151 p.ts.total_err_count = cpu_to_le64(ts->total_err_count);
    [all...]

Completed in 229 milliseconds