Searched refs:u_nsec (Results 1 – 1 of 1) sorted by relevance
746 long u_nsec, v_nsec; /* temps */ in hardpps() local766 u_nsec = tsp->tv_nsec; in hardpps()767 if (u_nsec >= (NANOSECOND >> 1)) { in hardpps()768 u_nsec -= NANOSECOND; in hardpps()771 v_nsec = u_nsec - pps_tf[0].tv_nsec; in hardpps()777 pps_tf[0].tv_nsec = u_nsec; in hardpps()797 u_nsec = pps_tf[0].tv_nsec - pps_tf[2].tv_nsec; in hardpps()800 u_nsec = pps_tf[2].tv_nsec - pps_tf[1].tv_nsec; in hardpps()803 u_nsec = pps_tf[0].tv_nsec - pps_tf[1].tv_nsec; in hardpps()808 u_nsec = pps_tf[2].tv_nsec - pps_tf[0].tv_nsec; in hardpps()[all …]