Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/kern/
H A Dclock.c329 static uint64_t clock_boottime; variable
786 TIME_ADD(clock_boottime, deltasecs, clock_boottime_usec, deltamicrosecs, USEC_PER_SEC); in clock_set_calendar_microtime()
796 TIME_SUB(clock_boottime, deltasecs, clock_boottime_usec, deltamicrosecs, USEC_PER_SEC); in clock_set_calendar_microtime()
812 commpage_value = clock_boottime * USEC_PER_SEC + clock_boottime_usec; in clock_set_calendar_microtime()
1104 clock_boottime = secs; in clock_initialize_calendar()
1106 commpage_update_boottime(clock_boottime * USEC_PER_SEC + clock_boottime_usec); in clock_initialize_calendar()
1476 *secs = (clock_sec_t)clock_boottime; in clock_get_boottime_nanotime()
1498 *secs = (clock_sec_t)clock_boottime; in clock_get_boottime_microtime()