Lines Matching refs:ts1

562 				struct timespec64 *ts1, struct timespec64 *ts2)  in mmc_test_print_rate()  argument
567 ts = timespec64_sub(*ts2, *ts1); in mmc_test_print_rate()
586 unsigned int count, struct timespec64 *ts1, in mmc_test_print_avg_rate() argument
593 ts = timespec64_sub(*ts2, *ts1); in mmc_test_print_avg_rate()
1444 struct timespec64 ts1, ts2; in mmc_test_area_io_seq() local
1470 ktime_get_ts64(&ts1); in mmc_test_area_io_seq()
1487 mmc_test_print_avg_rate(test, sz, count, &ts1, &ts2); in mmc_test_area_io_seq()
1742 struct timespec64 ts1, ts2; in mmc_test_profile_trim_perf() local
1753 ktime_get_ts64(&ts1); in mmc_test_profile_trim_perf()
1758 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
1761 ktime_get_ts64(&ts1); in mmc_test_profile_trim_perf()
1766 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
1774 struct timespec64 ts1, ts2; in mmc_test_seq_read_perf() local
1779 ktime_get_ts64(&ts1); in mmc_test_seq_read_perf()
1787 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_read_perf()
1813 struct timespec64 ts1, ts2; in mmc_test_seq_write_perf() local
1821 ktime_get_ts64(&ts1); in mmc_test_seq_write_perf()
1829 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_write_perf()
1859 struct timespec64 ts1, ts2; in mmc_test_profile_seq_trim_perf() local
1877 ktime_get_ts64(&ts1); in mmc_test_profile_seq_trim_perf()
1886 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_profile_seq_trim_perf()
1907 struct timespec64 ts1, ts2, ts; in mmc_test_rnd_perf() local
1916 ktime_get_ts64(&ts1); in mmc_test_rnd_perf()
1919 ts = timespec64_sub(ts2, ts1); in mmc_test_rnd_perf()
1933 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_rnd_perf()
1993 struct timespec64 ts1, ts2; in mmc_test_seq_perf() local
2020 ktime_get_ts64(&ts1); in mmc_test_seq_perf()
2030 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_perf()