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

/kernel/time/
H A Dntp.c61 static long time_constant = 2; variable
122 return shift_right(offset, SHIFT_PLL + time_constant);
204 return shift_right(offset, SHIFT_PLL + time_constant);
325 if (unlikely(secs > 1 << (SHIFT_PLL + 1 + time_constant)))
326 secs = 1 << (SHIFT_PLL + 1 + time_constant);
329 (NTP_SCALE_SHIFT - 2 * (SHIFT_PLL + 2 + time_constant));
585 time_constant = txc->constant;
587 time_constant += 4;
588 time_constant = min(time_constant, (lon
[all...]

Completed in 41 milliseconds