Home | History | Annotate | Download | only in fio

Lines Matching defs:ts

824 	__io_u_mark_map(td->ts.io_u_submit, nr);
825 td->ts.total_submit++;
830 __io_u_mark_map(td->ts.io_u_complete, nr);
831 td->ts.total_complete++;
860 td->ts.io_u_map[idx] += nr;
901 td->ts.io_u_lat_u[idx]++;
946 td->ts.io_u_lat_m[idx]++;
1792 struct timespec ts = { .tv_sec = 0, .tv_nsec = 0, };
1797 tvp = &ts;