Searched defs:aio_enq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c253 aio_enq(&aiop->aio_portq, reqp, 0);
269 aio_enq(&aiop->aio_portcleanupq, reqp, 0);
278 aio_enq(&aiop->aio_portq, reqp, 0);
304 aio_enq(&aiop->aio_pollq, reqp, AIO_POLLQ);
306 aio_enq(&aiop->aio_notifyq, reqp, AIO_NOTIFYQ);
308 aio_enq(&aiop->aio_cleanupq, reqp,
350 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ);
618 aio_enq(aio_req_t **qhead, aio_req_t *reqp, int qflg_new) function
872 aio_enq(&aiop->aio_portq, reqp, 0);
924 aio_enq(
[all...]

Completed in 45 milliseconds