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

/freebsd-11.0-release/sys/kern/
H A Dkern_tc.c67 int64_t th_adjustment; member in struct:timehands
1347 ntp_update_second(&th->th_adjustment, &bt.sec);
1376 * into account the th_adjustment factor which the NTP PLL/adjtime(2)
1379 * The th_adjustment is nanoseconds per second with 32 bit binary
1384 * The range of th_adjustment is +/- 5000PPM so inside a 64bit int
1389 * systematic undercompensation of 10PPM of th_adjustment. On a
1397 scale += (th->th_adjustment / 1024) * 2199;

Completed in 51 milliseconds