Searched refs:aio_portq (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c253 aio_enq(&aiop->aio_portq, reqp, 0);
278 aio_enq(&aiop->aio_portq, reqp, 0);
733 if ((portq = aiop->aio_portq) != NULL)
825 headp = aiop->aio_portq;
826 aiop->aio_portq = NULL;
845 if ((newq = aiop->aio_portq) != NULL) {
854 aiop->aio_portq = headp;
872 aio_enq(&aiop->aio_portq, reqp, 0);
1176 while (aiop->aio_portq == NULL) {
1178 * aio_portq i
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h112 aio_req_t *aio_portq; /* port queue head */ member in struct:aio
131 kmutex_t aio_portq_mutex; /* mutex for aio_portq */

Completed in 47 milliseconds