Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c190 aio_t *aiop; in aio_done() local
219 aiop = p->p_aio; in aio_done()
220 ASSERT(aiop != NULL); in aio_done()
226 aiop->aio_pending--; in aio_done()
1025 cv_wait(&aiop->aio_cleanupcv, &aiop->aio_mutex); in aio_cleanup_exit()
1066 if (aiop->aio_iocb) in aio_cleanup_exit()
1067 kmem_free(aiop->aio_iocb, aiop->aio_iocbsz); in aio_cleanup_exit()
1172 cv_wait(&aiop->aio_portcv, &aiop->aio_portq_mutex); in aio_req_remove_portq()
1181 aio_t *aiop; in aio_close_port() local
1198 if (aiop == NULL) in aio_close_port()
[all …]
H A Daio.c403 aio_t *aiop; in aionotify() local
527 aio_t *aiop; in aiowait() local
612 aio_t *aiop; in aiowaitn() local
698 kmem_free(aiop->aio_iocb, aiop->aio_iocbsz); in aiowaitn()
811 aio_t *aiop, in aio_unlock_requests() argument
898 aio_t *aiop; in aiosuspend() local
1090 aio_t *aiop; in aioinit() local
1119 aio_t *aiop; in aiostart() local
1788 aio_t *aiop; in aioerror() local
1845 aio_t *aiop; in aio_cancel() local
[all …]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c2924 xdf_aread(dev_t dev, struct aio_req *aiop, cred_t *credp) in xdf_aread() argument
2928 struct uio *uiop = aiop->aio_uio; in xdf_aread()
2950 return (aphysio(xdf_strategy, anocancel, dev, B_READ, xdfmin, aiop)); in xdf_aread()
2955 xdf_awrite(dev_t dev, struct aio_req *aiop, cred_t *credp) in xdf_awrite() argument
2959 struct uio *uiop = aiop->aio_uio; in xdf_awrite()
2981 return (aphysio(xdf_strategy, anocancel, dev, B_WRITE, xdfmin, aiop)); in xdf_awrite()