Home
last modified time | relevance | path

Searched refs:SHIFT_PLL (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/kernel/time/
H A Dntp.c130 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()
/kernel/linux/linux-6.6/kernel/time/
H A Dntp.c130 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()
/kernel/linux/linux-5.10/include/linux/
H A Dtimex.h90 * SHIFT_PLL is used as a dampening factor to define how much we
99 * In David Mills' nanokernel reference implementation SHIFT_PLL is 4.
106 * SHIFT_PLL should be decreased as HZ increases. However, Linux's
109 * Through experimentation, a SHIFT_PLL value of 2 was found to allow
120 #define SHIFT_PLL 2 /* PLL frequency factor (shift) */ macro
/kernel/linux/linux-6.6/include/linux/
H A Dtimex.h90 * SHIFT_PLL is used as a dampening factor to define how much we
99 * In David Mills' nanokernel reference implementation SHIFT_PLL is 4.
106 * SHIFT_PLL should be decreased as HZ increases. However, Linux's
109 * Through experimentation, a SHIFT_PLL value of 2 was found to allow
120 #define SHIFT_PLL 2 /* PLL frequency factor (shift) */ macro

Completed in 4 milliseconds