Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dtimex.h253 extern u64 ntp_tick_length(void);
/linux-3.4.99/kernel/time/
Dtimekeeping.c837 tick_error = ntp_tick_length() >> (timekeeper.ntp_error_shift + 1); in timekeeping_bigadjust()
1028 timekeeper.ntp_error += ntp_tick_length() << shift; in logarithmic_accumulation()
1079 maxshift = (64 - (ilog2(ntp_tick_length())+1)) - 1; in update_wall_time()
Dntp.c369 u64 ntp_tick_length(void) in ntp_tick_length() function