HomeSort by: relevance | last modified time | path
    Searched refs:ntp_update_second (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
timex.h 244 void ntp_update_second(int64_t *adjustment, time_t *newsec);
  /src/sys/kern/
kern_ntptime.c 423 ntp_update_second(int64_t *adjustment, time_t *newsec) function
kern_tc.c 73 * It is relatively small so that ntp_update_second gets called enough
970 * ntp_update_second only twice. We need to call it twice in
972 * If NTP is not compiled in ntp_update_second still calculates
982 ntp_update_second(&th->th_adjustment, &bt.sec);

Completed in 27 milliseconds