Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/time/
H A Dntp.c107 static struct timespec64 pps_fbase; /* beginning of the last freq interval */ variable
150 pps_fbase.tv_sec = pps_fbase.tv_nsec = 0; in pps_clear()
996 if (unlikely(pps_fbase.tv_sec == 0)) { in __hardpps()
997 pps_fbase = *raw_ts; in __hardpps()
1002 freq_norm = pps_normalize_ts(timespec64_sub(*raw_ts, pps_fbase)); in __hardpps()
1011 pps_fbase = *raw_ts; in __hardpps()
1022 pps_fbase = *raw_ts; in __hardpps()
/kernel/linux/linux-6.6/kernel/time/
H A Dntp.c107 static struct timespec64 pps_fbase; /* beginning of the last freq interval */ variable
150 pps_fbase.tv_sec = pps_fbase.tv_nsec = 0; in pps_clear()
1045 if (unlikely(pps_fbase.tv_sec == 0)) { in __hardpps()
1046 pps_fbase = *raw_ts; in __hardpps()
1051 freq_norm = pps_normalize_ts(timespec64_sub(*raw_ts, pps_fbase)); in __hardpps()
1060 pps_fbase = *raw_ts; in __hardpps()
1071 pps_fbase = *raw_ts; in __hardpps()

Completed in 3 milliseconds