Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_ntptime.c267 SYSCTL_INT(_kern_ntp_pll, OID_AUTO, time_monitor, CTLFLAG_RD, &time_monitor, 0, "");
384 ntv.offset = time_monitor; in sys_ntp_adjtime()
386 ntv.offset = time_monitor / 1000; /* XXX rounding ? */ in sys_ntp_adjtime()
629 time_monitor = MAXPHASE; in hardupdate()
631 time_monitor = -MAXPHASE; in hardupdate()
633 time_monitor = offset; in hardupdate()
634 L_LINT(time_offset, time_monitor); in hardupdate()
650 L_LINT(ftemp, time_monitor); in hardupdate()
656 L_LINT(ftemp, (time_monitor << 4) / mtemp); in hardupdate()
782 time_monitor = -v_nsec; in hardpps()
[all …]