Searched refs:aio_pending (Results 1 – 3 of 3) sorted by relevance
106 int aio_pending; /* # uncompleted requests */ member
224 ASSERT(aiop->aio_pending > 0); in aio_done()226 aiop->aio_pending--; in aio_done()367 if (aiop->aio_pending == 0 || in aio_done()1024 while ((aiop->aio_pending != 0) || (aiop->aio_flags & AIO_DONE_ACTIVE)) in aio_cleanup_exit()
746 if ((cnt >= waitcnt) || (cnt > 0 && aiop->aio_pending == 0 && in aiowaitn()2016 aiop->aio_pending--; in arw()2219 aiop->aio_pending--; in aiorw()2244 aiop->aio_pending--; in lio_set_error()2427 aiop->aio_pending++; in aio_req_setup()2637 (aiop->aio_pending == 0))) { in aio_cleanup_thread()2665 while (aiop->aio_pending != 0) in aio_cleanup_thread()3324 aiop->aio_pending++; in aio_req_setupLF()