Searched refs:usec_per_tick (Results 1 - 8 of 8) 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/sys/
H A Dtime.h269 extern int usec_per_tick; /* microseconds per clock tick */
288 #define TICK_TO_USEC(tick) ((tick) * usec_per_tick)
289 #define USEC_TO_TICK(usec) ((usec) / usec_per_tick)
/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;
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c1268 * usec_per_tick. This is called from the serial driver cdintr(),
1297 if (v_usec > (usec_per_tick >> 1)) {
1359 bigtick = (int)usec_per_tick * SCALE_USEC;
1400 u_usec = (int)usec_per_tick << 1;
1573 total_usec = usec_per_tick * pending;
1589 total_usec = usec_per_tick * pending;
H A Dddi.c443 if (ticks > MAXCLOCK_T / usec_per_tick)
H A Dtimers.c358 min = usec_per_tick;
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c1221 usec = (curclock - fcoe_trace_start) * usec_per_tick;
/illumos-gate/usr/src/uts/common/disp/
H A Dsysdc.c377 #define MSECTOTICKS(a) HOWMANY((a) * 1000, usec_per_tick)

Completed in 79 milliseconds