Searched refs:pps_normtime (Results 1 - 1 of 1) sorted by relevance

/kernel/time/
H A Dntp.c698 /* actually struct pps_normtime is good old struct timespec, but it is
700 * pps_normtime.nsec has a range of ( -NSEC_PER_SEC / 2, NSEC_PER_SEC / 2 ]
702 struct pps_normtime { struct
709 static inline struct pps_normtime pps_normalize_ts(struct timespec ts)
711 struct pps_normtime norm = {
780 static long hardpps_update_freq(struct pps_normtime freq_norm)
880 struct pps_normtime pts_norm, freq_norm;

Completed in 96 milliseconds