Searched refs:AIO_DONEQ (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h156 #define AIO_DONEQ 0x0080 /* aio req is on the doneq */ macro
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c350 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ);
909 * if they are already done (AIO_DONEQ is set).
924 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ);
959 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ);
1012 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ);
H A Daio.c847 * the AIO_DONEQ flag.
862 q2work->aio_req_flags &= ~AIO_DONEQ;
2289 if (ent->aio_req_flags & AIO_DONEQ) {
2324 if (ent->aio_req_flags & AIO_DONEQ) {
2346 ASSERT(reqp->aio_req_flags & AIO_DONEQ);
2368 reqp->aio_req_flags &= ~AIO_DONEQ;
2372 ASSERT(reqp->aio_req_flags & AIO_DONEQ);
2381 reqp->aio_req_flags &= ~AIO_DONEQ;
2607 aio_cleanupq_concat(aiop, doneqhead, AIO_DONEQ);

Completed in 52 milliseconds