Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dtimex.h114 * SHIFT_FLL is used as a dampening factor to define how much we
116 * In David Mills' nanokernel reference implementation SHIFT_FLL is 2.
121 #define SHIFT_FLL 2 /* FLL frequency factor (shift) */ macro
/kernel/linux/linux-6.6/include/linux/
H A Dtimex.h114 * SHIFT_FLL is used as a dampening factor to define how much we
116 * In David Mills' nanokernel reference implementation SHIFT_FLL is 2.
121 #define SHIFT_FLL 2 /* FLL frequency factor (shift) */ macro
/kernel/linux/linux-5.10/kernel/time/
H A Dntp.c293 return div64_long(offset64 << (NTP_SCALE_SHIFT - SHIFT_FLL), secs); in ntp_update_offset_fll()
/kernel/linux/linux-6.6/kernel/time/
H A Dntp.c293 return div64_long(offset64 << (NTP_SCALE_SHIFT - SHIFT_FLL), secs); in ntp_update_offset_fll()

Completed in 4 milliseconds