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

/illumos-gate/usr/src/uts/common/inet/ipd/
H A Dipd.c279 int dwait, corrupt, drop, rand, off, status; local
286 dwait = ins->ipdn_delay;
309 if (dwait != 0) {
310 if (dwait < TICK_TO_USEC(1))
311 drv_usecwait(dwait);
313 delay(drv_usectohz(dwait));

Completed in 1243 milliseconds