Home
last modified time | relevance | path

Searched refs:time_constant (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/time/
A Dntp.c66 static long time_constant = 2; variable
130 return shift_right(offset, SHIFT_PLL + time_constant); in ntp_offset_chunk()
212 return shift_right(offset, SHIFT_PLL + time_constant); in ntp_offset_chunk()
335 if (unlikely(secs > 1 << (SHIFT_PLL + 1 + time_constant))) in ntp_update_offset()
336 secs = 1 << (SHIFT_PLL + 1 + time_constant); in ntp_update_offset()
339 (NTP_SCALE_SHIFT - 2 * (SHIFT_PLL + 2 + time_constant)); in ntp_update_offset()
736 time_constant = txc->constant; in process_adjtimex_modes()
738 time_constant += 4; in process_adjtimex_modes()
739 time_constant = min(time_constant, (long)MAXTC); in process_adjtimex_modes()
740 time_constant = max(time_constant, 0l); in process_adjtimex_modes()
[all …]
/linux/
A DSystem.map130910 ffff800011e56620 d time_constant
A D.tmp_System.map130910 ffff800011e56620 d time_constant

Completed in 1052 milliseconds