Lines Matching defs:nsec
852 * pps_normtime.nsec has a range of ( -NSEC_PER_SEC / 2, NSEC_PER_SEC / 2 ]
856 long nsec; /* nanoseconds */
859 /* normalize the timestamp so that nsec is in the
865 .nsec = ts.tv_nsec
868 if (norm.nsec > (NSEC_PER_SEC >> 1)) {
869 norm.nsec -= NSEC_PER_SEC;
952 ftemp = div_s64(((s64)(-freq_norm.nsec)) << NTP_SCALE_SHIFT,
1056 (freq_norm.nsec > MAXFREQ * freq_norm.sec) ||
1057 (freq_norm.nsec < -MAXFREQ * freq_norm.sec)) {
1075 hardpps_update_phase(pts_norm.nsec);