Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dtimex.h135 #define MAXPHASE 500000000L /* max phase error (ns) */ macro
140 #define NTP_PHASE_LIMIT ((MAXPHASE / NSEC_PER_USEC) << 5) /* beyond max. dispersion */
/linux-6.15/kernel/time/
H A Dntp.c297 offset = clamp(offset, -MAXPHASE, MAXPHASE); in ntp_update_offset()