Searched refs:total_err_count (Results 1 – 7 of 7) sorted by relevance
38 td->total_err_count++; in update_error_count()39 if (td->total_err_count == 1) in update_error_count()
180 uint64_t total_err_count; member
310 compiletime_assert((offsetof(struct thread_stat, total_err_count) % 8) == 0, "total_err_count"); in initialize_fio()
588 (unsigned long long)ts->total_err_count, in show_thread_status_normal()836 log_info(";%llu;%d", (unsigned long long) ts->total_err_count, ts->first_error); in show_thread_status_terse_v2()904 log_info(";%llu;%d", (unsigned long long) ts->total_err_count, ts->first_error); in show_thread_status_terse_v3_v4()986 json_object_add_value_int(root, "total_err", ts->total_err_count); in show_thread_status_json()1283 ts->total_err_count += td->total_err_count; in __show_run_stats()
333 unsigned int total_err_count; member
885 dst->total_err_count = le64_to_cpu(src->total_err_count); in convert_ts()
1151 p.ts.total_err_count = cpu_to_le64(ts->total_err_count); in fio_server_send_ts()