Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
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.6.21/kernel/time/
Dntp.c315 offset = clamp(offset, -MAXPHASE, MAXPHASE); in ntp_update_offset()