Searched refs:aio_enq (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | aio_subr.c | 253 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 D | aio.c | 2450 aio_enq(&aiop->aio_portpending, reqp, 0); in aio_req_setup() 3347 aio_enq(&aiop->aio_portpending, reqp, 0); in aio_req_setupLF()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | aio_impl.h | 182 extern void aio_enq(aio_req_t **, aio_req_t *, int);
|