Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c613 reqp->aio_req_next = reqp; in aio_enq()
617 reqp->aio_req_next = head; in aio_enq()
619 prev->aio_req_next = reqp; in aio_enq()
636 reqp->aio_req_prev->aio_req_next = reqp->aio_req_next; in aio_deq()
641 reqp->aio_req_next = NULL; in aio_deq()
851 next = reqp->aio_req_next; in aio_cleanup_portq()
905 next = reqp->aio_req_next; in aio_cleanup_cleanupq()
938 next = reqp->aio_req_next; in aio_cleanup_notifyq()
990 next = reqp->aio_req_next; in aio_cleanup_pollq()
1054 next = reqp->aio_req_next; in aio_cleanup_exit()
[all …]
H A Daio.c820 nreqp = reqp->aio_req_next; in aio_unlock_requests()
833 nreqp = reqp->aio_req_next; in aio_unlock_requests()
864 q2work = q2work->aio_req_next; in aio_reqlist_concat()
1016 reqp->aio_req_next = found; in aiosuspend()
1070 next = reqp->aio_req_next; in aiosuspend()
2339 if (reqp->aio_req_next == reqp) { in aio_req_remove()
2349 reqp->aio_req_prev->aio_req_next = reqp->aio_req_next; in aio_req_remove()
2361 reqp->aio_req_next = NULL; in aio_req_remove()
2365 if (reqp == reqp->aio_req_next) { in aio_req_remove()
2369 reqp->aio_req_prev->aio_req_next = reqp->aio_req_next; in aio_req_remove()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h84 struct aio_req_t *aio_req_next; /* doneq and pollq pointers */ member