Lines Matching refs:ts2

558 				struct timespec64 *ts1, struct timespec64 *ts2)  in mmc_test_print_rate()  argument
563 ts = timespec64_sub(*ts2, *ts1); in mmc_test_print_rate()
583 struct timespec64 *ts2) in mmc_test_print_avg_rate() argument
589 ts = timespec64_sub(*ts2, *ts1); in mmc_test_print_avg_rate()
1440 struct timespec64 ts1, ts2; in mmc_test_area_io_seq() local
1480 ktime_get_ts64(&ts2); in mmc_test_area_io_seq()
1483 mmc_test_print_avg_rate(test, sz, count, &ts1, &ts2); in mmc_test_area_io_seq()
1738 struct timespec64 ts1, ts2; in mmc_test_profile_trim_perf() local
1753 ktime_get_ts64(&ts2); in mmc_test_profile_trim_perf()
1754 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
1761 ktime_get_ts64(&ts2); in mmc_test_profile_trim_perf()
1762 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
1770 struct timespec64 ts1, ts2; in mmc_test_seq_read_perf() local
1782 ktime_get_ts64(&ts2); in mmc_test_seq_read_perf()
1783 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_read_perf()
1809 struct timespec64 ts1, ts2; in mmc_test_seq_write_perf() local
1824 ktime_get_ts64(&ts2); in mmc_test_seq_write_perf()
1825 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_write_perf()
1855 struct timespec64 ts1, ts2; in mmc_test_profile_seq_trim_perf() local
1881 ktime_get_ts64(&ts2); in mmc_test_profile_seq_trim_perf()
1882 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_profile_seq_trim_perf()
1903 struct timespec64 ts1, ts2, ts; in mmc_test_rnd_perf() local
1914 ktime_get_ts64(&ts2); in mmc_test_rnd_perf()
1915 ts = timespec64_sub(ts2, ts1); in mmc_test_rnd_perf()
1929 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_rnd_perf()
1989 struct timespec64 ts1, ts2; in mmc_test_seq_perf() local
2024 ktime_get_ts64(&ts2); in mmc_test_seq_perf()
2026 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_perf()