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

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dclock.c29 int usec_per_tick = 1000; variable
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c141 * MICROSEC, usec_per_tick will be zero and lots of stuff will break.
174 int usec_per_tick; variable
676 usec_per_tick = MICROSEC / hz;

Completed in 75 milliseconds