HomeSort by: relevance | last modified time | path
    Searched defs:th_adjustment (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_tc.c 104 int64_t th_adjustment; /* frequency adjustment */ member in struct:timehands
981 ntp_update_second(&th->th_adjustment, &bt.sec);
1006 * into account the th_adjustment factor which the NTP PLL/adjtime(2)
1009 * The th_adjustment is nanoseconds per second with 32 bit binary
1014 * The range of th_adjustment is +/- 5000PPM so inside a 64bit int
1019 * systematic undercompensation of 10PPM of th_adjustment. On a
1028 scale += (th->th_adjustment / 1024) * 2199;
kern_tc.c 104 int64_t th_adjustment; /* frequency adjustment */ member in struct:timehands
981 ntp_update_second(&th->th_adjustment, &bt.sec);
1006 * into account the th_adjustment factor which the NTP PLL/adjtime(2)
1009 * The th_adjustment is nanoseconds per second with 32 bit binary
1014 * The range of th_adjustment is +/- 5000PPM so inside a 64bit int
1019 * systematic undercompensation of 10PPM of th_adjustment. On a
1028 scale += (th->th_adjustment / 1024) * 2199;

Completed in 23 milliseconds