Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c1188 int ltemp, mtemp, s; in clock_update() local
1216 mtemp = hrestime.tv_sec - time_reftime; in clock_update()
1220 if (mtemp >= MINSEC) { in clock_update()
1221 ltemp = ((time_offset / mtemp) * (SCALE_USEC / in clock_update()
1227 if (mtemp < MAXSEC) { in clock_update()
1228 ltemp *= mtemp; in clock_update()