Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_ntptime.c177 static long pps_lastsec; /* time at last calibration (s) */ variable
786 u_sec = pps_tf[0].tv_sec - pps_lastsec; in hardpps()
802 pps_lastsec = pps_tf[0].tv_sec; in hardpps()