Lines Matching refs:time_monitor
157 static long time_monitor; /* last time offset scaled (ns) */ variable
326 SYSCTL_LONG(_kern_ntp_pll, OID_AUTO, time_monitor, CTLFLAG_RD,
327 &time_monitor, 0, "Last time offset scaled (ns)");
679 time_monitor = MAXPHASE; in hardupdate()
681 time_monitor = -MAXPHASE; in hardupdate()
683 time_monitor = offset; in hardupdate()
684 L_LINT(time_offset, time_monitor); in hardupdate()
700 L_LINT(ftemp, time_monitor); in hardupdate()
707 L_LINT(ftemp, (time_monitor << 4) / mtemp); in hardupdate()
836 time_monitor = -v_nsec; in hardpps()
837 L_LINT(time_offset, time_monitor); in hardpps()