Lines Matching refs:ts2
560 struct timespec64 *ts1, struct timespec64 *ts2) in mmc_test_print_rate() argument
565 ts = timespec64_sub(*ts2, *ts1); in mmc_test_print_rate()
585 struct timespec64 *ts2) in mmc_test_print_avg_rate() argument
591 ts = timespec64_sub(*ts2, *ts1); in mmc_test_print_avg_rate()
1462 struct timespec64 ts1, ts2; in mmc_test_area_io_seq() local
1500 ktime_get_ts64(&ts2); in mmc_test_area_io_seq()
1503 mmc_test_print_avg_rate(test, sz, count, &ts1, &ts2); in mmc_test_area_io_seq()
1766 struct timespec64 ts1, ts2; in mmc_test_profile_trim_perf() local
1781 ktime_get_ts64(&ts2); in mmc_test_profile_trim_perf()
1782 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
1789 ktime_get_ts64(&ts2); in mmc_test_profile_trim_perf()
1790 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
1798 struct timespec64 ts1, ts2; in mmc_test_seq_read_perf() local
1810 ktime_get_ts64(&ts2); in mmc_test_seq_read_perf()
1811 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_read_perf()
1837 struct timespec64 ts1, ts2; in mmc_test_seq_write_perf() local
1852 ktime_get_ts64(&ts2); in mmc_test_seq_write_perf()
1853 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_write_perf()
1883 struct timespec64 ts1, ts2; in mmc_test_profile_seq_trim_perf() local
1909 ktime_get_ts64(&ts2); in mmc_test_profile_seq_trim_perf()
1910 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_profile_seq_trim_perf()
1931 struct timespec64 ts1, ts2, ts; in mmc_test_rnd_perf() local
1942 ktime_get_ts64(&ts2); in mmc_test_rnd_perf()
1943 ts = timespec64_sub(ts2, ts1); in mmc_test_rnd_perf()
1957 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_rnd_perf()
2017 struct timespec64 ts1, ts2; in mmc_test_seq_perf() local
2052 ktime_get_ts64(&ts2); in mmc_test_seq_perf()
2054 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_perf()