Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dntp.c102 static struct timespec64 pps_fbase; /* beginning of the last freq interval */ variable
145 pps_fbase.tv_sec = pps_fbase.tv_nsec = 0; in pps_clear()
966 if (unlikely(pps_fbase.tv_sec == 0)) { in __hardpps()
967 pps_fbase = *raw_ts; in __hardpps()
972 freq_norm = pps_normalize_ts(timespec64_sub(*raw_ts, pps_fbase)); in __hardpps()
981 pps_fbase = *raw_ts; in __hardpps()
992 pps_fbase = *raw_ts; in __hardpps()