Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h141 #define AIO_REQ_BLOCK 0x0008 /* block new requests */ macro
/illumos-gate/usr/src/uts/common/os/
H A Daio.c2017 if (aiop->aio_flags & AIO_REQ_BLOCK) in arw()
2220 if (aiop->aio_flags & AIO_REQ_BLOCK) in aiorw()
2255 if (aiop->aio_flags & AIO_REQ_BLOCK) in lio_set_error()
2411 if (aiop->aio_flags & AIO_REQ_BLOCK) { in aio_req_setup()
2664 aiop->aio_flags |= AIO_REQ_BLOCK; in aio_cleanup_thread()
3308 if (aiop->aio_flags & AIO_REQ_BLOCK) { in aio_req_setupLF()