Searched refs:u_nsec (Results 1 – 1 of 1) sorted by relevance
745 long u_nsec, v_nsec; /* temps */ in hardpps() local765 u_nsec = tsp->tv_nsec; in hardpps()766 if (u_nsec >= (NANOSECOND >> 1)) { in hardpps()767 u_nsec -= NANOSECOND; in hardpps()770 v_nsec = u_nsec - pps_tf[0].tv_nsec; in hardpps()776 pps_tf[0].tv_nsec = u_nsec; in hardpps()796 u_nsec = pps_tf[0].tv_nsec - pps_tf[2].tv_nsec; in hardpps()799 u_nsec = pps_tf[2].tv_nsec - pps_tf[1].tv_nsec; in hardpps()802 u_nsec = pps_tf[0].tv_nsec - pps_tf[1].tv_nsec; in hardpps()807 u_nsec = pps_tf[2].tv_nsec - pps_tf[0].tv_nsec; in hardpps()[all …]