Home
last modified time | relevance | path

Searched refs:io_u_plat (Results 1 – 5 of 5) sorted by relevance

/external/fio/
Dstat.c121 unsigned int calc_clat_percentiles(unsigned int *io_u_plat, unsigned long nr, in calc_clat_percentiles() argument
154 sum += io_u_plat[i]; in calc_clat_percentiles()
184 static void show_clat_percentiles(unsigned int *io_u_plat, unsigned long nr, in show_clat_percentiles() argument
192 len = calc_clat_percentiles(io_u_plat, nr, plist, &ovals, &maxv, &minv); in show_clat_percentiles()
405 show_clat_percentiles(ts->io_u_plat[ddir], in show_ddir_status()
636 len = calc_clat_percentiles(ts->io_u_plat[ddir], in show_ddir_status_terse()
736 len = calc_clat_percentiles(ts->io_u_plat[ddir], in add_ddir_status_json()
1148 dst->io_u_plat[k][m]+=1; in sum_thread_stats()
1150 dst->io_u_plat[k][m] += src->io_u_plat[k][m]; in sum_thread_stats()
1152 dst->io_u_plat[0][m] += src->io_u_plat[k][m]; in sum_thread_stats()
[all …]
Dstat.h160 uint32_t io_u_plat[DDIR_RWDIR_CNT][FIO_IO_U_PLAT_NR]; member
239 extern unsigned int calc_clat_percentiles(unsigned int *io_u_plat, unsigned long nr, fio_fp64_t *pl…
Dgclient.c1122 unsigned int *io_u_plat = ts->io_u_plat[ddir]; local
1131 len = calc_clat_percentiles(io_u_plat, nr, plist, &ovals, &maxv, &minv);
Dserver.c1133 p.ts.io_u_plat[i][j] = cpu_to_le32(ts->io_u_plat[i][j]); in fio_server_send_ts()
Dclient.c867 dst->io_u_plat[i][j] = le32_to_cpu(src->io_u_plat[i][j]); in convert_ts()