Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/syscall/
H A Dntptime.c173 time_constant = ntv.constant; in ntp_adjtime()
186 ntv.constant = time_constant; in ntp_adjtime()
/titanic_44/usr/src/uts/common/os/
H A Dclock.c142 int32_t time_constant = 0; /* pll time constant */ variable
719 if ((1 << time_constant) >= SCALE_KG) in clock()
720 lltemp *= (1 << time_constant) / in clock()
724 time_constant; in clock()
733 if ((1 << time_constant) >= SCALE_KG) in clock()
734 lltemp *= (1 << time_constant) / in clock()
738 time_constant; in clock()
1228 / (1 << (time_constant * 2)); in clock_update()
/titanic_44/usr/src/uts/common/sys/
H A Dtimex.h254 extern int32_t time_constant; /* pll time constant */