Searched refs:AIO_DONEQ (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | aio_impl.h | 156 #define AIO_DONEQ 0x0080 /* aio req is on the doneq */ macro
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | aio_subr.c | 335 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ); in aio_done() 911 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ); in aio_cleanup_cleanupq() 946 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ); in aio_cleanup_notifyq() 999 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ); in aio_cleanup_pollq()
|
H A D | aio.c | 863 q2work->aio_req_flags &= ~AIO_DONEQ; in aio_reqlist_concat() 2281 if (ent->aio_req_flags & AIO_DONEQ) { in aio_req_done() 2316 if (ent->aio_req_flags & AIO_DONEQ) { in aio_req_find() 2338 ASSERT(reqp->aio_req_flags & AIO_DONEQ); in aio_req_remove() 2360 reqp->aio_req_flags &= ~AIO_DONEQ; in aio_req_remove() 2364 ASSERT(reqp->aio_req_flags & AIO_DONEQ); in aio_req_remove() 2373 reqp->aio_req_flags &= ~AIO_DONEQ; in aio_req_remove() 2594 aio_cleanupq_concat(aiop, doneqhead, AIO_DONEQ); in aio_cleanup_thread()
|