Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dtimex.h122 #define MAXTC 10 /* maximum time constant (shift) */ macro
/linux-6.6.21/kernel/time/
Dntp.c739 time_constant = min(time_constant, (long)MAXTC); in process_adjtimex_modes()