Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dclock.c330 static uint64_t clock_boottime; variable
787 TIME_ADD(clock_boottime, deltasecs, clock_boottime_usec, deltamicrosecs, USEC_PER_SEC); in clock_set_calendar_microtime()
797 TIME_SUB(clock_boottime, deltasecs, clock_boottime_usec, deltamicrosecs, USEC_PER_SEC); in clock_set_calendar_microtime()
813 commpage_value = clock_boottime * USEC_PER_SEC + clock_boottime_usec; in clock_set_calendar_microtime()
1105 clock_boottime = secs; in clock_initialize_calendar()
1107 commpage_update_boottime(clock_boottime * USEC_PER_SEC + clock_boottime_usec); in clock_initialize_calendar()
1477 *secs = (clock_sec_t)clock_boottime; in clock_get_boottime_nanotime()
1499 *secs = (clock_sec_t)clock_boottime; in clock_get_boottime_microtime()