Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Daio_impl.h141 #define AIO_REQ_BLOCK 0x0008 /* block new requests */ macro
/titanic_50/usr/src/uts/common/os/
H A Daio.c2025 if (aiop->aio_flags & AIO_REQ_BLOCK) in arw()
2228 if (aiop->aio_flags & AIO_REQ_BLOCK) in aiorw()
2263 if (aiop->aio_flags & AIO_REQ_BLOCK) in lio_set_error()
2424 if (aiop->aio_flags & AIO_REQ_BLOCK) { in aio_req_setup()
2677 aiop->aio_flags |= AIO_REQ_BLOCK; in aio_cleanup_thread()
3321 if (aiop->aio_flags & AIO_REQ_BLOCK) { in aio_req_setupLF()