Home
last modified time | relevance | path

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
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c224 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()
H A Daio.c746 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()