Lines Matching refs:ts2

559 				struct timespec64 *ts1, struct timespec64 *ts2)  in mmc_test_print_rate()  argument
564 ts = timespec64_sub(*ts2, *ts1); in mmc_test_print_rate()
584 struct timespec64 *ts2) in mmc_test_print_avg_rate() argument
590 ts = timespec64_sub(*ts2, *ts1); in mmc_test_print_avg_rate()
1447 struct timespec64 ts1, ts2; in mmc_test_area_io_seq() local
1485 ktime_get_ts64(&ts2); in mmc_test_area_io_seq()
1488 mmc_test_print_avg_rate(test, sz, count, &ts1, &ts2); in mmc_test_area_io_seq()
1751 struct timespec64 ts1, ts2; in mmc_test_profile_trim_perf() local
1766 ktime_get_ts64(&ts2); in mmc_test_profile_trim_perf()
1767 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
1774 ktime_get_ts64(&ts2); in mmc_test_profile_trim_perf()
1775 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
1783 struct timespec64 ts1, ts2; in mmc_test_seq_read_perf() local
1795 ktime_get_ts64(&ts2); in mmc_test_seq_read_perf()
1796 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_read_perf()
1822 struct timespec64 ts1, ts2; in mmc_test_seq_write_perf() local
1837 ktime_get_ts64(&ts2); in mmc_test_seq_write_perf()
1838 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_write_perf()
1868 struct timespec64 ts1, ts2; in mmc_test_profile_seq_trim_perf() local
1894 ktime_get_ts64(&ts2); in mmc_test_profile_seq_trim_perf()
1895 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_profile_seq_trim_perf()
1916 struct timespec64 ts1, ts2, ts; in mmc_test_rnd_perf() local
1927 ktime_get_ts64(&ts2); in mmc_test_rnd_perf()
1928 ts = timespec64_sub(ts2, ts1); in mmc_test_rnd_perf()
1942 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_rnd_perf()
2002 struct timespec64 ts1, ts2; in mmc_test_seq_perf() local
2037 ktime_get_ts64(&ts2); in mmc_test_seq_perf()
2039 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_perf()