Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h79 #define SCALE_USEC (1<<16) macro
113 #define MAXFREQ (512 * SCALE_USEC) /* max freq error (100 ppm) */
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c660 time_maxerror += time_tolerance / SCALE_USEC; in clock()
767 time_adj += (lltemp * SCALE_PHASE) / (SCALE_USEC * hz); in clock()
1221 ltemp = ((time_offset / mtemp) * (SCALE_USEC / in clock_update()
1231 SCALE_USEC) / SCALE_KF) in clock_update()
1363 bigtick = (int)usec_per_tick * SCALE_USEC; in ddi_hardpps()
1375 u_usec = usec * SCALE_USEC; in ddi_hardpps()