Home
last modified time | relevance | path

Searched defs:aio_req (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Daio_req.h42 struct aio_req { struct
48 struct aio_req *); argument
H A Daio_impl.h79 struct aio_req aio_req; member
/titanic_41/usr/src/lib/libc/inc/
H A Dasyncio.h118 struct aio_req { struct
122 aio_req_t *req_link; /* hash/freelist chain link */ argument
128 aio_req_t *req_next; /* request/done queue link */ argument
129 aio_req_t *req_prev; /* double linked list */ argument
133 char req_state; /* AIO_REQ_QUEUED, ... */
137 char req_type; /* AIO_POSIX_REQ or not */
138 char req_largefile; /* largefile operation */
139 char req_op; /* AIOREAD, etc. */
140 aio_worker_t *req_worker; /* associate request with worker */
141 aio_result_t *req_resultp; /* address of result buffer */
[all …]