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()
1442 struct timespec64 ts1, ts2; in mmc_test_area_io_seq() local
1467 ktime_get_ts64(&ts1); in mmc_test_area_io_seq()
1483 mmc_test_print_avg_rate(test, sz, count, &ts1, &ts2); in mmc_test_area_io_seq()
1746 struct timespec64 ts1, ts2; in mmc_test_profile_trim_perf() local
1757 ktime_get_ts64(&ts1); in mmc_test_profile_trim_perf()
1762 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
1765 ktime_get_ts64(&ts1); in mmc_test_profile_trim_perf()
1770 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
1778 struct timespec64 ts1, ts2; in mmc_test_seq_read_perf() local
1783 ktime_get_ts64(&ts1); in mmc_test_seq_read_perf()
1791 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_read_perf()
1817 struct timespec64 ts1, ts2; in mmc_test_seq_write_perf() local
1825 ktime_get_ts64(&ts1); in mmc_test_seq_write_perf()
1833 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_write_perf()
1863 struct timespec64 ts1, ts2; in mmc_test_profile_seq_trim_perf() local
1881 ktime_get_ts64(&ts1); in mmc_test_profile_seq_trim_perf()
1890 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_profile_seq_trim_perf()
1911 struct timespec64 ts1, ts2, ts; in mmc_test_rnd_perf() local
1920 ktime_get_ts64(&ts1); in mmc_test_rnd_perf()
1923 ts = timespec64_sub(ts2, ts1); in mmc_test_rnd_perf()
1937 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_rnd_perf()
1997 struct timespec64 ts1, ts2; in mmc_test_seq_perf() local
2024 ktime_get_ts64(&ts1); in mmc_test_seq_perf()
2034 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_perf()