Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dntp.c106 static struct timespec64 pps_fbase; /* beginning of the last freq interval */ variable
149 pps_fbase.tv_sec = pps_fbase.tv_nsec = 0; in pps_clear()
986 if (unlikely(pps_fbase.tv_sec == 0)) { in __hardpps()
987 pps_fbase = *raw_ts; in __hardpps()
992 freq_norm = pps_normalize_ts(timespec64_sub(*raw_ts, pps_fbase)); in __hardpps()
1001 pps_fbase = *raw_ts; in __hardpps()
1012 pps_fbase = *raw_ts; in __hardpps()