Lines Matching refs:io_u_lat_m
341 stat_calc_lat(ts, io_u_lat, ts->io_u_lat_m, FIO_IO_U_LAT_M_NR); in stat_calc_lat_m()
479 static void show_lat_m(double *io_u_lat_m) in show_lat_m() argument
485 show_lat(io_u_lat_m, FIO_IO_U_LAT_M_NR, ranges, "msec"); in show_lat_m()
491 double io_u_lat_m[FIO_IO_U_LAT_M_NR]; in show_latencies() local
494 stat_calc_lat_m(ts, io_u_lat_m); in show_latencies()
497 show_lat_m(io_u_lat_m); in show_latencies()
789 double io_u_lat_m[FIO_IO_U_LAT_M_NR]; in show_thread_status_terse_v2() local
821 stat_calc_lat_m(ts, io_u_lat_m); in show_thread_status_terse_v2()
833 log_info(";%3.2f%%", io_u_lat_m[i]); in show_thread_status_terse_v2()
851 double io_u_lat_m[FIO_IO_U_LAT_M_NR]; in show_thread_status_terse_v3_v4() local
885 stat_calc_lat_m(ts, io_u_lat_m); in show_thread_status_terse_v3_v4()
897 log_info(";%3.2f%%", io_u_lat_m[i]); in show_thread_status_terse_v3_v4()
919 double io_u_lat_m[FIO_IO_U_LAT_M_NR]; in show_thread_status_json() local
952 stat_calc_lat_m(ts, io_u_lat_m); in show_thread_status_json()
981 json_object_add_value_float(tmp, ranges[i], io_u_lat_m[i]); in show_thread_status_json()
1129 dst->io_u_lat_m[k] += src->io_u_lat_m[k]; in sum_thread_stats()
1651 ts->io_u_lat_m[i] = 0; in reset_io_stats()