Searched refs:AIO_REQ_DONE (Results 1 – 2 of 2) sorted by relevance
811 if (ostate == AIO_REQ_DONE && !POSIX_AIO(reqp) && in _aio_cancel_req()828 if (ostate == AIO_REQ_DONE || ostate == AIO_REQ_DONEQ) { in _aio_cancel_req()1223 reqp->req_state = AIO_REQ_DONE; in _aio_finish_request()1252 reqp->req_state = AIO_REQ_DONE; in _aio_finish_request()1669 ASSERT(reqp->req_state == AIO_REQ_DONE); in _aio_req_done()2031 reqp->req_state = AIO_REQ_DONE; in _aio_req_remove()
161 #define AIO_REQ_DONE 4 macro