Searched refs:now_ns (Results 1 – 3 of 3) sorted by relevance
120 uint64_t now_ns = clock_gettime_nsec_np(CLOCK_UPTIME_RAW); variable121 uint64_t diff_ms = (now_ns - start_ns) / (1000ULL * 1000ULL);
635 uint64_t now_ns = clock_gettime_nsec_np(CLOCK_MONOTONIC); variable636 uint64_t end_ns = now_ns + test_duration_secs * NSEC_PER_SEC;
2591 uint64_t now_ns; in pmap_startup() local2774 absolutetime_to_nanoseconds(mach_absolute_time(), &now_ns); in pmap_startup()2776 (now_ns - start_ns) / NSEC_PER_USEC); in pmap_startup()