Searched refs:aio_pending (Results 1 – 3 of 3) sorted by relevance
106 int aio_pending; /* # uncompleted requests */ member
239 ASSERT(aiop->aio_pending > 0); in aio_done()241 aiop->aio_pending--; in aio_done()382 if (aiop->aio_pending == 0 || in aio_done()1037 while ((aiop->aio_pending != 0) || (aiop->aio_flags & AIO_DONE_ACTIVE)) in aio_cleanup_exit()
745 if ((cnt >= waitcnt) || (cnt > 0 && aiop->aio_pending == 0 && in aiowaitn()2024 aiop->aio_pending--; in arw()2227 aiop->aio_pending--; in aiorw()2252 aiop->aio_pending--; in lio_set_error()2440 aiop->aio_pending++; in aio_req_setup()2650 (aiop->aio_pending == 0))) { in aio_cleanup_thread()2678 while (aiop->aio_pending != 0) in aio_cleanup_thread()3337 aiop->aio_pending++; in aio_req_setupLF()