Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h161 #define AIO_REQ_DONEQ 6 macro
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c825 if (ostate == AIO_REQ_DONE || ostate == AIO_REQ_DONEQ) { in _aio_cancel_req()
1718 ASSERT(reqp->req_state != AIO_REQ_DONEQ); in _aio_req_add()
1991 reqp->req_state = AIO_REQ_DONEQ; in _aio_enq_doneq()
2001 if (reqp && reqp->req_state != AIO_REQ_DONEQ) in _aio_req_remove()
H A Daio_alloc.c211 reqp->req_state != AIO_REQ_DONEQ); in _aio_req_free()