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

/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c185 time_res_t time_res[TR_COUNT]; variable
688 time_res[TR_NANOSEC] = NANOSEC / NANOSEC;
689 time_res[TR_MICROSEC] = NANOSEC / MICROSEC;
690 time_res[TR_MILLISEC] = NANOSEC / MILLISEC;
691 time_res[TR_SEC] = NANOSEC / SEC;
692 time_res[TR_CLOCK_TICK] = nsec_per_tick;

Completed in 46 milliseconds