Searched defs:pps_time (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c179 * pps_time contains the time at each calibration interval, as read by
193 * at pps_time. Here we want the hardware counter contents only, not the
208 struct timeval pps_time; /* kernel time at last interval */ variable in typeref:struct:timeval
1365 pps_time.tv_sec++;
1384 cal_sec -= pps_time.tv_sec;
1385 cal_usec -= pps_time.tv_usec;
1390 pps_time = *tvp;

Completed in 48 milliseconds