Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c809 aiowp->work_prev1 == reqp) { in _aio_cancel_req()
1595 reqp = aiowp->work_prev1; in _aio_work_done()
1601 aiowp->work_prev1 = NULL; in _aio_work_done()
1871 if (aiowp->work_prev1 == NULL) { in _aio_req_get()
1876 aiowp->work_prev1->req_next = reqp->req_next; in _aio_req_get()
1882 aiowp->work_prev1 = reqp; in _aio_req_get()
1958 if (aiowp->work_prev1 == next) { in _aio_req_del()
1961 aiowp->work_prev1 = NULL; in _aio_req_del()
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h238 aio_req_t *work_prev1; /* last request done from queue 1 */ member