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

/linux-master/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
/linux-master/kernel/time/
H A Dntp.c293 return div64_long(offset64 << (NTP_SCALE_SHIFT - SHIFT_FLL), secs);

Completed in 113 milliseconds