Lines Matching refs:ts2

542 				struct timespec *ts1, struct timespec *ts2)  in mmc_test_print_rate()  argument
547 ts = timespec_sub(*ts2, *ts1); in mmc_test_print_rate()
567 struct timespec *ts2) in mmc_test_print_avg_rate() argument
573 ts = timespec_sub(*ts2, *ts1); in mmc_test_print_avg_rate()
1394 struct timespec ts1, ts2; in mmc_test_area_io_seq() local
1434 getnstimeofday(&ts2); in mmc_test_area_io_seq()
1437 mmc_test_print_avg_rate(test, sz, count, &ts1, &ts2); in mmc_test_area_io_seq()
1692 struct timespec ts1, ts2; in mmc_test_profile_trim_perf() local
1707 getnstimeofday(&ts2); in mmc_test_profile_trim_perf()
1708 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
1715 getnstimeofday(&ts2); in mmc_test_profile_trim_perf()
1716 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
1724 struct timespec ts1, ts2; in mmc_test_seq_read_perf() local
1736 getnstimeofday(&ts2); in mmc_test_seq_read_perf()
1737 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_read_perf()
1763 struct timespec ts1, ts2; in mmc_test_seq_write_perf() local
1778 getnstimeofday(&ts2); in mmc_test_seq_write_perf()
1779 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_write_perf()
1809 struct timespec ts1, ts2; in mmc_test_profile_seq_trim_perf() local
1835 getnstimeofday(&ts2); in mmc_test_profile_seq_trim_perf()
1836 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_profile_seq_trim_perf()
1857 struct timespec ts1, ts2, ts; in mmc_test_rnd_perf() local
1868 getnstimeofday(&ts2); in mmc_test_rnd_perf()
1869 ts = timespec_sub(ts2, ts1); in mmc_test_rnd_perf()
1883 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_rnd_perf()
1943 struct timespec ts1, ts2; in mmc_test_seq_perf() local
1978 getnstimeofday(&ts2); in mmc_test_seq_perf()
1980 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_perf()