Lines Matching refs:stop
220 uint64_t end, start, stop; in test_abstime() local
240 stop = now(); in test_abstime()
241 if (stop < end) in test_abstime()
242 err(1, "too early %jd %jd", (intmax_t)stop, (intmax_t)end); in test_abstime()
285 uint64_t end, start, stop; in test_abstime_preboot() local
312 stop = now(); in test_abstime_preboot()
313 if (stop < end) in test_abstime_preboot()
314 err(1, "too early %jd %jd", (intmax_t)stop, (intmax_t)end); in test_abstime_preboot()
327 uint64_t end, start, stop; in test_abstime_postboot() local
351 stop = now(); in test_abstime_postboot()
352 if (stop < end) in test_abstime_postboot()
353 err(1, "too early %jd %jd", (intmax_t)stop, (intmax_t)end); in test_abstime_postboot()
507 uint64_t start, stop; in test_update_periodic() local
537 stop = now(); in test_update_periodic()
538 elapsed = stop - start; in test_update_periodic()
564 uint64_t start, stop; in test_update_timing() local
600 stop = now(); in test_update_timing()
601 elapsed = stop - start; in test_update_timing()