Searched refs:pps_tf (Results 1 – 1 of 1) sorted by relevance
658 pps_tf[0].tv_sec = pps_tf[0].tv_nsec = 0; in ntp_init()659 pps_tf[1].tv_sec = pps_tf[1].tv_nsec = 0; in ntp_init()660 pps_tf[2].tv_sec = pps_tf[2].tv_nsec = 0; in ntp_init()803 pps_tf[2] = pps_tf[1]; in hardpps()804 pps_tf[1] = pps_tf[0]; in hardpps()832 if (pps_tf[0].tv_nsec > pps_tf[1].tv_nsec) { in hardpps()833 if (pps_tf[1].tv_nsec > pps_tf[2].tv_nsec) { in hardpps()835 u_nsec = pps_tf[0].tv_nsec - pps_tf[2].tv_nsec; in hardpps()838 u_nsec = pps_tf[2].tv_nsec - pps_tf[1].tv_nsec; in hardpps()841 u_nsec = pps_tf[0].tv_nsec - pps_tf[1].tv_nsec; in hardpps()[all …]