Searched refs:nextworker (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c872 aio_worker_t *aiowp, **workers, **nextworker; local
891 nextworker = &__nextworker_rw;
897 nextworker = &__nextworker_no;
937 *nextworker = aiowp;
1706 _aio_req_add(aio_req_t *reqp, aio_worker_t **nextworker, int mode) argument
1724 first = aiowp = *nextworker;
1795 *nextworker = aiowp->work_forw;
1839 *nextworker = aiowp->work_forw;
2112 _aio_rw(aiocb_t *aiocbp, aio_lio_t *lio_head, aio_worker_t **nextworker, argument
2224 _aio_req_add(reqp, nextworker, mod
2233 _aio_rw64(aiocb64_t *aiocbp, aio_lio_t *lio_head, aio_worker_t **nextworker, int mode, int flg) argument
[all...]

Completed in 18 milliseconds