Lines Matching refs:ts1
542 struct timespec *ts1, struct timespec *ts2) in mmc_test_print_rate() argument
547 ts = timespec_sub(*ts2, *ts1); in mmc_test_print_rate()
566 unsigned int count, struct timespec *ts1, 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
1420 getnstimeofday(&ts1); 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
1703 getnstimeofday(&ts1); in mmc_test_profile_trim_perf()
1708 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
1711 getnstimeofday(&ts1); 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
1729 getnstimeofday(&ts1); 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
1771 getnstimeofday(&ts1); 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
1827 getnstimeofday(&ts1); 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
1866 getnstimeofday(&ts1); 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
1970 getnstimeofday(&ts1); in mmc_test_seq_perf()
1980 mmc_test_print_avg_rate(test, sz, cnt, &ts1, &ts2); in mmc_test_seq_perf()