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

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h114 aio_req_t *aio_portpending; /* list of pending requests */ member in struct:aio
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c252 aio_deq(&aiop->aio_portpending, reqp);
268 aio_deq(&aiop->aio_portpending, reqp);
277 aio_deq(&aiop->aio_portpending, reqp);
1227 if ((headp = aiop->aio_portpending) != NULL) {
H A Daio.c2225 aio_deq(&aiop->aio_portpending, reqp);
2251 aio_deq(&aiop->aio_portpending, reqp);
2450 aio_enq(&aiop->aio_portpending, reqp, 0);
3347 aio_enq(&aiop->aio_portpending, reqp, 0);

Completed in 67 milliseconds