Home
last modified time | relevance | path

Searched refs:now_ns (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/tests/rm/
H A Dcoalition_info_resource_usage.c120 uint64_t now_ns = clock_gettime_nsec_np(CLOCK_UPTIME_RAW); variable
121 uint64_t diff_ms = (now_ns - start_ns) / (1000ULL * 1000ULL);
/xnu-12377.81.4/tests/recount/
H A Drecount_tests.c635 uint64_t now_ns = clock_gettime_nsec_np(CLOCK_MONOTONIC); variable
636 uint64_t end_ns = now_ns + test_duration_secs * NSEC_PER_SEC;
/xnu-12377.81.4/osfmk/vm/
H A Dvm_resident.c2591 uint64_t now_ns; in pmap_startup() local
2774 absolutetime_to_nanoseconds(mach_absolute_time(), &now_ns); in pmap_startup()
2776 (now_ns - start_ns) / NSEC_PER_USEC); in pmap_startup()