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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c667 static int aac_tick = AAC_DEFAULT_TICK; /* tick for the internal timer */ variable
928 (aac_tick * drv_usectohz(1000000)));
5945 acp->timeout += aac_timebase + aac_tick;
6644 softs->time_sync += aac_tick << 1;
6688 time_adjust = aac_tick * drv_usectohz(1000000);
6697 softs->time_out = softs->timebase + aac_tick;
6760 (aac_tick * drv_usectohz(1000000)));
6767 softs->timebase += aac_tick;

Completed in 78 milliseconds