Searched defs:NATIVE_TIME_TO_NSEC_SCALE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dclock.h178 * NATIVE_TIME_TO_NSEC_SCALE is called with NSEC_SHIFT to convert hi-res
183 * NATIVE_TIME_TO_NSEC_SCALE is called with TICK_NSEC_SHIFT to convert from
244 #define NATIVE_TIME_TO_NSEC_SCALE(out, scr1, scr2, shift) \ macro
264 NATIVE_TIME_TO_NSEC_SCALE(out, scr1, scr2, NSEC_SHIFT);

Completed in 57 milliseconds