Searched refs:u_sec (Results 1 – 1 of 1) sorted by relevance
747 time_t u_sec; in hardpps() local765 u_sec = tsp->tv_sec; in hardpps()769 u_sec++; in hardpps()772 if (u_sec == pps_tf[0].tv_sec && v_nsec < NANOSECOND - MAXFREQ) in hardpps()776 pps_tf[0].tv_sec = u_sec; in hardpps()840 u_sec = pps_tf[0].tv_sec - pps_lastsec; in hardpps()841 if (u_sec < (1 << pps_shift)) in hardpps()859 if (v_nsec > u_nsec || v_nsec < -u_nsec || u_sec != (1 << pps_shift)) { in hardpps()