Home
last modified time | relevance | path

Searched defs:tickadj (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/conf/
H A Dparam.c116 int tickadj = (240000 / (60 * HZ)) ? (240000 / (60 * HZ)) : 1; variable
/netbsd-src/external/bsd/ntp/dist/util/
H A Dtickadj.c254 int tickadj, ktickadj; /* HMS: Why isn't this u_long? */ in main() local
/netbsd-src/sys/sys/
H A Dsysctl.h285 int tickadj; /* clock skew rate for adjtime() */ member