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

/linux-master/include/linux/
H A Dtimekeeper_internal.h67 * @ntp_error: Difference between accumulated time and NTP time in ntp
122 s64 ntp_error; member in struct:timekeeper
/linux-master/kernel/time/
H A Dtimekeeping.c357 tk->ntp_error = 0;
760 tk->ntp_error = 0;
1826 tk->ntp_error = 0;
2025 tk->ntp_err_mult = tk->ntp_error > 0 ? 1 : 0;
2140 tk->ntp_error += tk->ntp_tick << shift;
2141 tk->ntp_error -= (tk->xtime_interval + tk->xtime_remainder) <<

Completed in 101 milliseconds