Home
last modified time | relevance | path

Searched refs:aio_outstanding (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Daio_impl.h107 int aio_outstanding; /* total # of requests */ member
/titanic_41/usr/src/uts/common/os/
H A Daio_subr.c563 aiop->aio_outstanding--; in aio_req_free()
564 if (aiop->aio_outstanding == 0) in aio_req_free()
580 aiop->aio_outstanding--; in aio_req_free_port()
H A Daio.c570 if (aiop->aio_outstanding == 0 && dontblockflg) { in aiowait()
628 if (aiop->aio_outstanding == 0) in aiowaitn()
1041 if (aiop->aio_outstanding == 0) { in aiosuspend()
1872 if (aiop->aio_outstanding == 0) { in aio_cancel()
2441 aiop->aio_outstanding++; in aio_req_setup()
2731 if (aiop->aio_outstanding != 0) in aio_cleanup_thread()
3338 aiop->aio_outstanding++; in aio_req_setupLF()