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

/external/fio/
H A Dstat.h160 uint32_t io_u_plat[DDIR_RWDIR_CNT][FIO_IO_U_PLAT_NR]; member in struct:thread_stat
239 extern unsigned int calc_clat_percentiles(unsigned int *io_u_plat, unsigned long nr, fio_fp64_t *plist, unsigned int **output, unsigned int *maxv, unsigned int *minv);
H A Dstat.c121 unsigned int calc_clat_percentiles(unsigned int *io_u_plat, unsigned long nr, argument
154 sum += io_u_plat[i];
184 static void show_clat_percentiles(unsigned int *io_u_plat, unsigned long nr, argument
192 len = calc_clat_percentiles(io_u_plat, nr, plist, &ovals, &maxv, &minv);
405 show_clat_percentiles(ts->io_u_plat[ddir],
636 len = calc_clat_percentiles(ts->io_u_plat[ddir],
736 len = calc_clat_percentiles(ts->io_u_plat[ddir],
1148 dst->io_u_plat[k][m]+=1;
1150 dst->io_u_plat[k][m] += src->io_u_plat[
[all...]
H A 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);
H A Dclient.c867 dst->io_u_plat[i][j] = le32_to_cpu(src->io_u_plat[i][j]);
H A Dserver.c1133 p.ts.io_u_plat[i][j] = cpu_to_le32(ts->io_u_plat[i][j]);

Completed in 194 milliseconds