Searched refs:time_constant (Results 1 – 1 of 1) sorted by relevance
62 static long time_constant = 2; variable126 return shift_right(offset, SHIFT_PLL + time_constant); in ntp_offset_chunk()208 return shift_right(offset, SHIFT_PLL + time_constant); in ntp_offset_chunk()329 if (unlikely(secs > 1 << (SHIFT_PLL + 1 + time_constant))) in ntp_update_offset()330 secs = 1 << (SHIFT_PLL + 1 + time_constant); in ntp_update_offset()333 (NTP_SCALE_SHIFT - 2 * (SHIFT_PLL + 2 + time_constant)); in ntp_update_offset()630 time_constant = txc->constant; in process_adjtimex_modes()632 time_constant += 4; in process_adjtimex_modes()633 time_constant = min(time_constant, (long)MAXTC); in process_adjtimex_modes()634 time_constant = max(time_constant, 0l); in process_adjtimex_modes()[all …]