Searched refs:total_ns (Results 1 – 2 of 2) sorted by relevance
239 int64_t total_ns = 0; in main() local241 while (total_ns < 2e8 || n_runs < 5) { in main()242 total_ns += run_benchmark(bench, impl->type, size); in main()245 double ns_per_run = (double)total_ns / n_runs; in main()
644 s64 total_ns; in idt82p33_measure_one_byte_write_overhead() local648 total_ns = 0; in idt82p33_measure_one_byte_write_overhead()663 total_ns += ktime_to_ns(stop) - ktime_to_ns(start); in idt82p33_measure_one_byte_write_overhead()666 *overhead_ns = div_s64(total_ns, MAX_MEASURMENT_COUNT); in idt82p33_measure_one_byte_write_overhead()677 s64 total_ns; in idt82p33_measure_one_byte_read_overhead() local681 total_ns = 0; in idt82p33_measure_one_byte_read_overhead()696 total_ns += ktime_to_ns(stop) - ktime_to_ns(start); in idt82p33_measure_one_byte_read_overhead()699 *overhead_ns = div_s64(total_ns, MAX_MEASURMENT_COUNT); in idt82p33_measure_one_byte_read_overhead()710 s64 total_ns; in idt82p33_measure_tod_write_9_byte_overhead() local714 total_ns = 0; in idt82p33_measure_tod_write_9_byte_overhead()[all …]