• Home
  • Raw
  • Download

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()
1448 struct timespec64 ts1, ts2; in mmc_test_area_io_seq() local
1486 ktime_get_ts64(&ts2); in mmc_test_area_io_seq()
1489 mmc_test_print_avg_rate(test, sz, count, &ts1, &ts2); in mmc_test_area_io_seq()
1752 struct timespec64 ts1, ts2; in mmc_test_profile_trim_perf() local
1767 ktime_get_ts64(&ts2); in mmc_test_profile_trim_perf()
1768 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
1775 ktime_get_ts64(&ts2); in mmc_test_profile_trim_perf()
1776 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
1784 struct timespec64 ts1, ts2; in mmc_test_seq_read_perf() local
1796 ktime_get_ts64(&ts2); in mmc_test_seq_read_perf()
1797 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_read_perf()
1823 struct timespec64 ts1, ts2; in mmc_test_seq_write_perf() local
1838 ktime_get_ts64(&ts2); in mmc_test_seq_write_perf()
1839 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_write_perf()
1869 struct timespec64 ts1, ts2; in mmc_test_profile_seq_trim_perf() local
1895 ktime_get_ts64(&ts2); in mmc_test_profile_seq_trim_perf()
1896 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_profile_seq_trim_perf()
1917 struct timespec64 ts1, ts2, ts; in mmc_test_rnd_perf() local
1928 ktime_get_ts64(&ts2); in mmc_test_rnd_perf()
1929 ts = timespec64_sub(ts2, ts1); in mmc_test_rnd_perf()
1943 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_rnd_perf()
2003 struct timespec64 ts1, ts2; in mmc_test_seq_perf() local
2038 ktime_get_ts64(&ts2); in mmc_test_seq_perf()
2040 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_perf()