Home
last modified time | relevance | path

Searched refs:pps_tf (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_ntptime.c582 pps_tf[0].tv_sec = pps_tf[0].tv_nsec = 0; in ntp_init()
583 pps_tf[1].tv_sec = pps_tf[1].tv_nsec = 0; in ntp_init()
584 pps_tf[2].tv_sec = pps_tf[2].tv_nsec = 0; in ntp_init()
718 pps_tf[2] = pps_tf[1]; in hardpps()
719 pps_tf[1] = pps_tf[0]; in hardpps()
747 if (pps_tf[0].tv_nsec > pps_tf[1].tv_nsec) { in hardpps()
748 if (pps_tf[1].tv_nsec > pps_tf[2].tv_nsec) { in hardpps()
750 u_nsec = pps_tf[0].tv_nsec - pps_tf[2].tv_nsec; in hardpps()
753 u_nsec = pps_tf[2].tv_nsec - pps_tf[1].tv_nsec; in hardpps()
756 u_nsec = pps_tf[0].tv_nsec - pps_tf[1].tv_nsec; in hardpps()
[all …]