Searched refs:clock_boottime_usec (Results 1 – 1 of 1) sorted by relevance
330 static uint32_t clock_boottime_usec; variable786 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()1105 clock_boottime_usec = microsecs; in clock_initialize_calendar()1106 commpage_update_boottime(clock_boottime * USEC_PER_SEC + clock_boottime_usec); in clock_initialize_calendar()1477 *nanosecs = (clock_nsec_t)clock_boottime_usec * NSEC_PER_USEC; in clock_get_boottime_nanotime()1499 *microsecs = (clock_nsec_t)clock_boottime_usec; in clock_get_boottime_microtime()