Searched refs:AIO_REQ_BLOCK (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Daio_impl.h141 #define AIO_REQ_BLOCK 0x0008 /* block new requests */ macro
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Daio.c2025 if (aiop->aio_flags & AIO_REQ_BLOCK)
2228 if (aiop->aio_flags & AIO_REQ_BLOCK)
2263 if (aiop->aio_flags & AIO_REQ_BLOCK)
2424 if (aiop->aio_flags & AIO_REQ_BLOCK) {
2677 aiop->aio_flags |= AIO_REQ_BLOCK;
3321 if (aiop->aio_flags & AIO_REQ_BLOCK) {

Completed in 21 milliseconds