Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtimex.h122 #define PPM_SCALE ((s64)NSEC_PER_USEC << (NTP_SCALE_SHIFT - SHIFT_USEC)) macro
125 PPM_SCALE + 1)
/linux-4.4.14/kernel/time/
Dntp.c615 time_freq = txc->freq * PPM_SCALE; in process_adjtimex_modes()
685 if (LLONG_MIN / PPM_SCALE > txc->freq) in ntp_validate_timex()
687 if (LLONG_MAX / PPM_SCALE < txc->freq) in ntp_validate_timex()
736 txc->tolerance = MAXFREQ_SCALED / PPM_SCALE; in __do_adjtimex()