Home | History | Annotate | Download | only in fio

Lines Matching defs:ts

953 	__io_u_mark_map(td->ts.io_u_submit, nr);
954 td->ts.total_submit++;
959 __io_u_mark_map(td->ts.io_u_complete, nr);
960 td->ts.total_complete++;
989 td->ts.io_u_map[idx] += nr;
1030 td->ts.io_u_lat_u[idx]++;
1075 td->ts.io_u_lat_m[idx]++;
1777 if (td->ts.nr_block_infos && io_u->ddir == DDIR_TRIM) {
1964 struct timespec ts = { .tv_sec = 0, .tv_nsec = 0, };
1969 tvp = &ts;