Searched refs:time_adjtime (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/kern/ |
| H A D | kern_ntptime.c | 187 static int64_t time_adjtime; variable 338 __func__, ntv.modes, ntv.offset, ntv.freq, ntv.status, ntv.constant, time_adjtime); in ntp_adjtime() 442 __func__, modes, time_offset, time_freq, time_status, time_constant, time_adjtime); in ntp_adjtime() 545 old_time_adjtime = time_adjtime; in ntp_update_second() 558 if (time_adjtime != 0) { in ntp_update_second() 559 if (time_adjtime > 1000000) { in ntp_update_second() 561 } else if (time_adjtime < -1000000) { in ntp_update_second() 563 } else if (time_adjtime > 500) { in ntp_update_second() 565 } else if (time_adjtime < -500) { in ntp_update_second() 568 tickrate = (int)time_adjtime; in ntp_update_second() [all …]
|