Lines Matching refs:ts1
559 struct timespec64 *ts1, struct timespec64 *ts2) in mmc_test_print_rate() argument
564 ts = timespec64_sub(*ts2, *ts1); in mmc_test_print_rate()
583 unsigned int count, struct timespec64 *ts1, 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
1472 ktime_get_ts64(&ts1); 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
1762 ktime_get_ts64(&ts1); in mmc_test_profile_trim_perf()
1767 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
1770 ktime_get_ts64(&ts1); 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
1788 ktime_get_ts64(&ts1); 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
1830 ktime_get_ts64(&ts1); 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
1886 ktime_get_ts64(&ts1); 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
1925 ktime_get_ts64(&ts1); 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
2029 ktime_get_ts64(&ts1); in mmc_test_seq_perf()
2039 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_perf()