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

/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h68 typedef struct aio_lio aio_lio_t; typedef in typeref:struct:aio_lio
87 aio_lio_t *lio_next; /* pointer to next on freelist */
143 aio_lio_t *req_head; /* list head for LIO */
269 extern int _aio_rw(aiocb_t *, aio_lio_t *, aio_worker_t **, int, int);
271 extern int _aio_rw64(aiocb64_t *, aio_lio_t *, aio_worker_t **, int, int);
285 extern aio_lio_t *_aio_lio_alloc(void);
286 extern void _aio_lio_free(aio_lio_t *);
/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h67 } aio_lio_t; typedef in typeref:struct:aio_lio
87 aio_lio_t *aio_req_lio; /* head of list IO chain */
116 aio_lio_t *aio_lio_free; /* freelist of lio heads */

Completed in 45 milliseconds