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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c773 reqp = aiowp->work_tail1;
782 reqp = aiowp->work_tail1;
917 aiowp->work_tail1 = reqp;
1601 aiowp->work_tail1 = aiowp->work_next1;
1602 if (aiowp->work_tail1 == NULL)
1823 if (aiowp->work_tail1 == NULL) {
1825 aiowp->work_tail1 = reqp;
1875 aiowp->work_tail1 = reqp->req_next;
1876 if (aiowp->work_tail1 == NULL)
1927 last = &aiowp->work_tail1;
[all...]
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h238 aio_req_t *work_tail1; /* tail of work request queue 1 */ member in struct:aio_worker

Completed in 222 milliseconds