Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dclock.c278 static struct clock_calend { struct
289 } clock_calend; argument
296 …k_usec_t* pmu_usec, clock_sec_t* sys_secs, clock_usec_t* sys_usec, struct clock_calend* calend_cp);
297 static void print_all_clock_variables_internal(const char *, struct clock_calend* calend_cp);
317 struct clock_calend calend; /* copy of calendar */
572 delta = now - clock_calend.offset_count; in get_scaled_time()
574 …return scale_delta(delta, clock_calend.tick_scale_x, clock_calend.s_scale_ns, clock_calend.s_adj_n… in get_scaled_time()
592 bintime_add(&bt, &clock_calend.bintime); in clock_get_calendar_absolute_and_microtime_locked()
611 bintime_add(&bt, &clock_calend.bintime); in clock_get_calendar_absolute_and_nanotime_locked()
700 bintime_add(&bt, &clock_calend.bintime); in clock_gettimeofday_and_absolute_time()
[all …]