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 | 350 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 D | aio.c | 847 * 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 65 milliseconds