Home
last modified time | relevance | path

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

/external/fio/
Dstat.h134 struct io_stat clat_stat[DDIR_RWDIR_CNT]; /* completion latency */
135 struct io_stat slat_stat[DDIR_RWDIR_CNT]; /* submission latency */
136 struct io_stat lat_stat[DDIR_RWDIR_CNT]; /* total latency */
137 struct io_stat bw_stat[DDIR_RWDIR_CNT]; /* bandwidth stats */
138 struct io_stat iops_stat[DDIR_RWDIR_CNT]; /* IOPS stats */
238 extern int calc_lat(struct io_stat *is, unsigned long *min, unsigned long *max, double *mean, doubl…
Diolog.h12 struct io_stat { struct
87 struct io_stat avg_window[DDIR_RWDIR_CNT];
Dstat.c243 int calc_lat(struct io_stat *is, unsigned long *min, unsigned long *max, in calc_lat()
1027 static void sum_stat(struct io_stat *dst, struct io_stat *src, int nr) in sum_stat()
1548 static inline void add_stat_sample(struct io_stat *is, unsigned long data) in add_stat_sample()
1621 static inline void reset_io_stat(struct io_stat *ios) in reset_io_stat()
Dserver.c1042 static void convert_io_stat(struct io_stat *dst, struct io_stat *src) in convert_io_stat()
Dclient.c808 static void convert_io_stat(struct io_stat *dst, struct io_stat *src) in convert_io_stat()