Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_ntptime.c214 static long pps_lastsec; /* time at last calibration (s) */ variable
799 u_sec = pps_tf[0].tv_sec - pps_lastsec; in hardpps()
815 pps_lastsec = pps_tf[0].tv_sec; in hardpps()