Searched refs:aio_pending (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h106 int aio_pending; /* # uncompleted requests */ member in struct:aio
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c239 ASSERT(aiop->aio_pending > 0);
241 aiop->aio_pending--;
382 if (aiop->aio_pending == 0 ||
1033 * happen once aio_pending is zero.
1037 while ((aiop->aio_pending != 0) || (aiop->aio_flags & AIO_DONE_ACTIVE))
H A Daio.c745 if ((cnt >= waitcnt) || (cnt > 0 && aiop->aio_pending == 0 &&
2024 aiop->aio_pending--;
2227 aiop->aio_pending--;
2252 aiop->aio_pending--;
2440 aiop->aio_pending++;
2650 (aiop->aio_pending == 0))) {
2678 while (aiop->aio_pending != 0)
3337 aiop->aio_pending++;

Completed in 52 milliseconds