Searched refs:clock_calend (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | clock.c | 279 static struct clock_calend { struct 290 } clock_calend; argument 297 …k_usec_t* pmu_usec, clock_sec_t* sys_secs, clock_usec_t* sys_usec, struct clock_calend* calend_cp); 298 static void print_all_clock_variables_internal(const char *, struct clock_calend* calend_cp); 318 struct clock_calend calend; /* copy of calendar */ 576 delta = now - clock_calend.offset_count; in get_scaled_time() 578 …return scale_delta(delta, clock_calend.tick_scale_x, clock_calend.s_scale_ns, clock_calend.s_adj_n… in get_scaled_time() 596 bintime_add(&bt, &clock_calend.bintime); in clock_get_calendar_absolute_and_microtime_locked() 615 bintime_add(&bt, &clock_calend.bintime); in clock_get_calendar_absolute_and_nanotime_locked() 704 bintime_add(&bt, &clock_calend.bintime); in clock_gettimeofday_and_absolute_time() [all …]
|