Searched refs:monotonic_usec_total (Results 1 – 1 of 1) sorted by relevance
1041 uint64_t monotonic_usec_total; in clock_initialize_calendar() local1063 monotonic_usec_total = monotonic_time.monotonic_time_usec; in clock_initialize_calendar()1120 monotonic_sec = monotonic_usec_total / (clock_sec_t)USEC_PER_SEC; in clock_initialize_calendar()1121 monotonic_usec = monotonic_usec_total % (clock_usec_t)USEC_PER_SEC; in clock_initialize_calendar()1240 uint64_t monotonic_usec_total; in clock_wakeup_calendar_legacy() local1286 monotonic_usec_total = monotonic_time.monotonic_time_usec; in clock_wakeup_calendar_legacy()1287 wake_sec = monotonic_usec_total / (clock_sec_t)USEC_PER_SEC; in clock_wakeup_calendar_legacy()1288 wake_usec = monotonic_usec_total % (clock_usec_t)USEC_PER_SEC; in clock_wakeup_calendar_legacy()