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

/illumos-gate/usr/src/uts/common/os/
H A Daio.c614 uint_t waitcnt, cnt = 0; /* iocb cnt */ local
631 if (copyin(nwait, &waitcnt, sizeof (uint_t)))
638 if (waitcnt == 0) {
641 waitcnt = nent;
713 aiop->aio_waitncnt = waitcnt;
727 aiop->aio_waitncnt = waitcnt - cnt;
745 if ((cnt >= waitcnt) || (cnt > 0 && aiop->aio_pending == 0 &&
751 if ((cnt < waitcnt) && blocking) {

Completed in 68 milliseconds