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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Daio_impl.h117 aio_req_t *aio_doneq; /* done queue head */ member in struct:aio
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Daio_subr.c350 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ);
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);
1054 if ((head = aiop->aio_doneq) != NULL) {
1055 aiop->aio_doneq = NULL;
H A Daio.c725 if (aiop->aio_doneq) {
746 aiop->aio_doneq == NULL)) {
859 q2 = aiop->aio_doneq;
873 aiop->aio_doneq = NULL;
883 aiop->aio_doneq = q2work;
942 (aiop->aio_doneq == NULL)) {
979 if (aiop->aio_doneq) {
1023 if (aiop->aio_doneq == NULL)
2349 if (reqp == aiop->aio_doneq) {
2350 aiop->aio_doneq
[all...]

Completed in 104 milliseconds