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

/illumos-gate/usr/src/uts/common/syscall/
H A Dntptime.c173 time_constant = ntv.constant;
186 ntv.constant = time_constant;
/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h254 extern int32_t time_constant; /* pll time constant */
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c120 * time_constant determines the bandwidth or "stiffness" of the PLL.
142 int32_t time_constant = 0; /* pll time constant */ variable
719 if ((1 << time_constant) >= SCALE_KG)
720 lltemp *= (1 << time_constant) /
724 time_constant;
733 if ((1 << time_constant) >= SCALE_KG)
734 lltemp *= (1 << time_constant) /
738 time_constant;
1228 / (1 << (time_constant * 2));

Completed in 49 milliseconds