Lines Matching refs:time_constant
65 long time_constant; member
93 .time_constant = 2,
130 return shift_right(offset, SHIFT_PLL + ntpdata->time_constant); in ntp_offset_chunk()
216 return shift_right(offset, SHIFT_PLL + ntpdata->time_constant); in ntp_offset_chunk()
318 if (unlikely(secs > 1 << (SHIFT_PLL + 1 + ntpdata->time_constant))) in ntp_update_offset()
319 secs = 1 << (SHIFT_PLL + 1 + ntpdata->time_constant); in ntp_update_offset()
322 (NTP_SCALE_SHIFT - 2 * (SHIFT_PLL + 2 + ntpdata->time_constant)); in ntp_update_offset()
739 ntpdata->time_constant = clamp(txc->constant, 0, MAXTC); in process_adjtimex_modes()
741 ntpdata->time_constant += 4; in process_adjtimex_modes()
742 ntpdata->time_constant = clamp(ntpdata->time_constant, 0, MAXTC); in process_adjtimex_modes()
812 txc->constant = ntpdata->time_constant; in __do_adjtimex()