Searched defs:aio_req_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h70 typedef struct aio_req aio_req_t; typedef in typeref:struct:aio_req
122 aio_req_t *req_link; /* hash/freelist chain link */
128 aio_req_t *req_next; /* request/done queue link */
129 aio_req_t *req_prev; /* double linked list */
237 aio_req_t *work_head1; /* head of work request queue 1 */
238 aio_req_t *work_tail1; /* tail of work request queue 1 */
239 aio_req_t *work_next1; /* work queue one's next pointer */
240 aio_req_t *work_prev1; /* last request done from queue 1 */
241 aio_req_t *work_req; /* active work request */
252 aio_req_t *hash_pt
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h74 * Clustering: The aio_req_t structure is used by the PXFS module
78 typedef struct aio_req_t { struct
84 struct aio_req_t *aio_req_next; /* doneq and pollq pointers */
85 struct aio_req_t *aio_req_prev; /* doubly linked list */
86 struct aio_req_t *aio_hash_next; /* next in a hash bucket */
98 } aio_req_t; typedef in typeref:struct:aio_req_t
112 aio_req_t *aio_portq; /* port queue head */
113 aio_req_t *aio_portcleanupq; /* port cleanup queue head */
114 aio_req_t *aio_portpending; /* list of pending requests */
115 aio_req_t *aio_fre
[all...]

Completed in 58 milliseconds