Lines Matching refs:ts1

548 				struct timespec *ts1, struct timespec *ts2)  in mmc_test_print_rate()  argument
553 ts = timespec_sub(*ts2, *ts1); in mmc_test_print_rate()
572 unsigned int count, struct timespec *ts1, 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
1492 getnstimeofday(&ts1); 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
1775 getnstimeofday(&ts1); in mmc_test_profile_trim_perf()
1780 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
1783 getnstimeofday(&ts1); 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
1801 getnstimeofday(&ts1); 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
1843 getnstimeofday(&ts1); 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
1899 getnstimeofday(&ts1); 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
1938 getnstimeofday(&ts1); 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
2042 getnstimeofday(&ts1); in mmc_test_seq_perf()
2052 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_perf()