Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Daio_subr.c253 aio_enq(&aiop->aio_portq, reqp, 0); in aio_done()
269 aio_enq(&aiop->aio_portcleanupq, reqp, 0); in aio_done()
278 aio_enq(&aiop->aio_portq, reqp, 0); in aio_done()
304 aio_enq(&aiop->aio_pollq, reqp, AIO_POLLQ); in aio_done()
306 aio_enq(&aiop->aio_notifyq, reqp, AIO_NOTIFYQ); in aio_done()
308 aio_enq(&aiop->aio_cleanupq, reqp, in aio_done()
350 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ); in aio_done()
618 aio_enq(aio_req_t **qhead, aio_req_t *reqp, int qflg_new) in aio_enq() function
872 aio_enq(&aiop->aio_portq, reqp, 0); in aio_cleanup_portq()
924 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ); in aio_cleanup_cleanupq()
[all …]
H A Daio.c2450 aio_enq(&aiop->aio_portpending, reqp, 0); in aio_req_setup()
3347 aio_enq(&aiop->aio_portpending, reqp, 0); in aio_req_setupLF()
/titanic_41/usr/src/uts/common/sys/
H A Daio_impl.h182 extern void aio_enq(aio_req_t **, aio_req_t *, int);