Home
last modified time | relevance | path

Searched refs:FIO_IO_U_LAT_U_NR (Results 1 – 6 of 6) sorted by relevance

/external/fio/
Dstat.h21 #define FIO_IO_U_LAT_U_NR 10 macro
158 uint32_t io_u_lat_u[FIO_IO_U_LAT_U_NR];
Dstat.c336 stat_calc_lat(ts, io_u_lat, ts->io_u_lat_u, FIO_IO_U_LAT_U_NR); in stat_calc_lat_u()
476 show_lat(io_u_lat_u, FIO_IO_U_LAT_U_NR, ranges, "usec"); in show_lat_u()
490 double io_u_lat_u[FIO_IO_U_LAT_U_NR]; in show_latencies()
788 double io_u_lat_u[FIO_IO_U_LAT_U_NR]; in show_thread_status_terse_v2()
829 for (i = 0; i < FIO_IO_U_LAT_U_NR; i++) in show_thread_status_terse_v2()
850 double io_u_lat_u[FIO_IO_U_LAT_U_NR]; in show_thread_status_terse_v3_v4()
893 for (i = 0; i < FIO_IO_U_LAT_U_NR; i++) in show_thread_status_terse_v3_v4()
918 double io_u_lat_u[FIO_IO_U_LAT_U_NR]; in show_thread_status_json()
969 for (i = 0; i < FIO_IO_U_LAT_U_NR; i++) { in show_thread_status_json()
1126 for (k = 0; k < FIO_IO_U_LAT_U_NR; k++) in sum_thread_stats()
Dgclient.c959 double io_u_lat[FIO_IO_U_LAT_U_NR + FIO_IO_U_LAT_M_NR];
965 const int total = FIO_IO_U_LAT_U_NR + FIO_IO_U_LAT_M_NR;
970 stat_calc_lat_m(ts, &io_u_lat[FIO_IO_U_LAT_U_NR]);
Dio_u.c900 assert(idx < FIO_IO_U_LAT_U_NR); in io_u_mark_lat_usec()
Dclient.c860 for (i = 0; i < FIO_IO_U_LAT_U_NR; i++) { in convert_ts()
Dserver.c1126 for (i = 0; i < FIO_IO_U_LAT_U_NR; i++) { in fio_server_send_ts()