Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dntp.c98 static struct timespec pps_fbase; /* beginning of the last freq interval */ variable
141 pps_fbase.tv_sec = pps_fbase.tv_nsec = 0; in pps_clear()
914 if (unlikely(pps_fbase.tv_sec == 0)) { in __hardpps()
915 pps_fbase = *raw_ts; in __hardpps()
920 freq_norm = pps_normalize_ts(timespec_sub(*raw_ts, pps_fbase)); in __hardpps()
929 pps_fbase = *raw_ts; in __hardpps()
940 pps_fbase = *raw_ts; in __hardpps()