Searched refs:clock_boottime_usec (Results 1 – 1 of 1) sorted by relevance
331 static uint32_t clock_boottime_usec; variable787 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()1106 clock_boottime_usec = microsecs; in clock_initialize_calendar()1107 commpage_update_boottime(clock_boottime * USEC_PER_SEC + clock_boottime_usec); in clock_initialize_calendar()1478 *nanosecs = (clock_nsec_t)clock_boottime_usec * NSEC_PER_USEC; in clock_get_boottime_nanotime()1500 *microsecs = (clock_nsec_t)clock_boottime_usec; in clock_get_boottime_microtime()