Home
last modified time | relevance | path

Searched refs:AIO_PAGELOCKDONE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h158 #define AIO_PAGELOCKDONE 0x0200 /* aio called as_pagelock() */ macro
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c149 reqp->aio_req_flags |= AIO_PAGELOCKDONE; in aphysio()
398 if ((reqp_flags & AIO_PAGELOCKDONE) && AS_ISUNMAPWAIT(as)) in aio_done()
477 if (reqp->aio_req_flags & AIO_PAGELOCKDONE) { in aphysio_unlock()
481 reqp->aio_req_flags &= ~AIO_PAGELOCKDONE; in aphysio_unlock()