Home
last modified time | relevance | path

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

/xnu-12377.1.9/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.1.9/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.1.9/osfmk/vm/ !
H A Dvm_resident.c2323 uint64_t now_ns; in pmap_startup() local
2495 absolutetime_to_nanoseconds(mach_absolute_time(), &now_ns); in pmap_startup()
2497 (now_ns - start_ns) / NSEC_PER_USEC); in pmap_startup()