Searched refs:clock_calend (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.81.2/osfmk/kern/ |
| H A D | clock.c | 278 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 */ 575 delta = now - clock_calend.offset_count; in get_scaled_time() 577 …return scale_delta(delta, clock_calend.tick_scale_x, clock_calend.s_scale_ns, clock_calend.s_adj_n… in get_scaled_time() 595 bintime_add(&bt, &clock_calend.bintime); in clock_get_calendar_absolute_and_microtime_locked() 614 bintime_add(&bt, &clock_calend.bintime); in clock_get_calendar_absolute_and_nanotime_locked() 703 bintime_add(&bt, &clock_calend.bintime); in clock_gettimeofday_and_absolute_time() [all …]
|