Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c873 aio_worker_t *aiowp, **workers, **nextworker; in _aio_create_worker() local
892 nextworker = &__nextworker_rw; in _aio_create_worker()
898 nextworker = &__nextworker_no; in _aio_create_worker()
938 *nextworker = aiowp; in _aio_create_worker()
1710 _aio_req_add(aio_req_t *reqp, aio_worker_t **nextworker, int mode) in _aio_req_add() argument
1728 first = aiowp = *nextworker; in _aio_req_add()
1799 *nextworker = aiowp->work_forw; in _aio_req_add()
1843 *nextworker = aiowp->work_forw; in _aio_req_add()
2116 _aio_rw(aiocb_t *aiocbp, aio_lio_t *lio_head, aio_worker_t **nextworker, in _aio_rw() argument
2228 _aio_req_add(reqp, nextworker, mode); in _aio_rw()
[all …]