Home
last modified time | relevance | path

Searched refs:stat_calc_lat_m (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dstat.h240 extern void stat_calc_lat_m(struct thread_stat *ts, double *io_u_lat);
Dstat.c339 void stat_calc_lat_m(struct thread_stat *ts, double *io_u_lat) in stat_calc_lat_m() function
494 stat_calc_lat_m(ts, io_u_lat_m); in show_latencies()
821 stat_calc_lat_m(ts, io_u_lat_m); in show_thread_status_terse_v2()
885 stat_calc_lat_m(ts, io_u_lat_m); in show_thread_status_terse_v3_v4()
952 stat_calc_lat_m(ts, io_u_lat_m); in show_thread_status_json()
Dgclient.c970 stat_calc_lat_m(ts, &io_u_lat[FIO_IO_U_LAT_U_NR]);