Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Daio_impl.h156 #define AIO_DONEQ 0x0080 /* aio req is on the doneq */ macro
/titanic_41/usr/src/uts/common/os/
H A Daio_subr.c350 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ); in aio_done()
924 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ); in aio_cleanup_cleanupq()
959 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ); in aio_cleanup_notifyq()
1012 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ); in aio_cleanup_pollq()
H A Daio.c862 q2work->aio_req_flags &= ~AIO_DONEQ; in aio_reqlist_concat()
2289 if (ent->aio_req_flags & AIO_DONEQ) { in aio_req_done()
2324 if (ent->aio_req_flags & AIO_DONEQ) { in aio_req_find()
2346 ASSERT(reqp->aio_req_flags & AIO_DONEQ); in aio_req_remove()
2368 reqp->aio_req_flags &= ~AIO_DONEQ; in aio_req_remove()
2372 ASSERT(reqp->aio_req_flags & AIO_DONEQ); in aio_req_remove()
2381 reqp->aio_req_flags &= ~AIO_DONEQ; in aio_req_remove()
2607 aio_cleanupq_concat(aiop, doneqhead, AIO_DONEQ); in aio_cleanup_thread()