Lines Matching refs:stop
295 uint64_t end, start, stop; in test_abstime() local
315 stop = now(); in test_abstime()
316 if (stop < end) in test_abstime()
317 err(1, "too early %jd %jd", (intmax_t)stop, (intmax_t)end); in test_abstime()
360 uint64_t end, start, stop; in test_abstime_preboot() local
387 stop = now(); in test_abstime_preboot()
388 if (stop < end) in test_abstime_preboot()
389 err(1, "too early %jd %jd", (intmax_t)stop, (intmax_t)end); in test_abstime_preboot()
402 uint64_t end, start, stop; in test_abstime_postboot() local
426 stop = now(); in test_abstime_postboot()
427 if (stop < end) in test_abstime_postboot()
428 err(1, "too early %jd %jd", (intmax_t)stop, (intmax_t)end); in test_abstime_postboot()
582 uint64_t start, stop; in test_update_periodic() local
612 stop = now(); in test_update_periodic()
613 elapsed = stop - start; in test_update_periodic()
639 uint64_t start, stop; in test_update_timing() local
675 stop = now(); in test_update_timing()
676 elapsed = stop - start; in test_update_timing()