Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c916 aiowp->work_next1 = reqp; in _aio_create_worker()
1603 aiowp->work_tail1 = aiowp->work_next1; in _aio_work_done()
1828 aiowp->work_next1 = reqp; in _aio_req_add()
1831 if (aiowp->work_next1 == NULL) in _aio_req_add()
1832 aiowp->work_next1 = reqp; in _aio_req_add()
1864 if ((reqp = aiowp->work_next1) != NULL) { in _aio_req_get()
1892 aiowp->work_next1 = reqp->req_next; in _aio_req_get()
1935 if (aiowp->work_next1 == next) in _aio_req_del()
1936 aiowp->work_next1 = next->req_next; in _aio_req_del()
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h237 aio_req_t *work_next1; /* work queue one's next pointer */ member