Searched refs:pps_control (Results 1 – 4 of 4) sorted by relevance
133 u_long pps_control; /* last pps update */ variable663 pps_control = current_time; in local_clock()791 if (pps_control && current_time - pps_control > PPS_MAXAGE) { in adj_host_clock()792 if (pps_control) in adj_host_clock()795 pps_control = 0; in adj_host_clock()
778 if (pps_control) in ctlsysstatus()784 if (pps_control) in ctlsysstatus()
2258 if (!pps_control)2262 pps_control = current_time;
325 extern u_long pps_control; /* last pps sample time */