Home
last modified time | relevance | path

Searched refs:time_constant (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dntptime.c180 time_constant = ntv.constant; in ntp_adjtime()
206 ntv.constant = time_constant; in ntp_adjtime()
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c144 int32_t time_constant = 0; /* pll time constant */ variable
723 if ((1 << time_constant) >= SCALE_KG) in clock()
724 lltemp *= (1 << time_constant) / in clock()
728 time_constant; in clock()
737 if ((1 << time_constant) >= SCALE_KG) in clock()
738 lltemp *= (1 << time_constant) / in clock()
742 time_constant; in clock()
1232 / (1 << (time_constant * 2)); in clock_update()
/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h254 extern int32_t time_constant; /* pll time constant */