Lines Matching refs:ts2
548 struct timespec *ts1, struct timespec *ts2) in mmc_test_print_rate() argument
553 ts = timespec_sub(*ts2, *ts1); in mmc_test_print_rate()
573 struct timespec *ts2) in mmc_test_print_avg_rate() argument
579 ts = timespec_sub(*ts2, *ts1); in mmc_test_print_avg_rate()
1466 struct timespec ts1, ts2; in mmc_test_area_io_seq() local
1506 getnstimeofday(&ts2); in mmc_test_area_io_seq()
1509 mmc_test_print_avg_rate(test, sz, count, &ts1, &ts2); in mmc_test_area_io_seq()
1764 struct timespec ts1, ts2; in mmc_test_profile_trim_perf() local
1779 getnstimeofday(&ts2); in mmc_test_profile_trim_perf()
1780 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
1787 getnstimeofday(&ts2); in mmc_test_profile_trim_perf()
1788 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
1796 struct timespec ts1, ts2; in mmc_test_seq_read_perf() local
1808 getnstimeofday(&ts2); in mmc_test_seq_read_perf()
1809 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_read_perf()
1835 struct timespec ts1, ts2; in mmc_test_seq_write_perf() local
1850 getnstimeofday(&ts2); in mmc_test_seq_write_perf()
1851 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_write_perf()
1881 struct timespec ts1, ts2; in mmc_test_profile_seq_trim_perf() local
1907 getnstimeofday(&ts2); in mmc_test_profile_seq_trim_perf()
1908 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_profile_seq_trim_perf()
1929 struct timespec ts1, ts2, ts; in mmc_test_rnd_perf() local
1940 getnstimeofday(&ts2); in mmc_test_rnd_perf()
1941 ts = timespec_sub(ts2, ts1); in mmc_test_rnd_perf()
1955 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_rnd_perf()
2015 struct timespec ts1, ts2; in mmc_test_seq_perf() local
2050 getnstimeofday(&ts2); in mmc_test_seq_perf()
2052 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_perf()