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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio_alloc.c114 aiowp->work_forw = aiowp + 1;
116 worker_freelast->work_forw = NULL;
119 if ((worker_freelist = aiowp->work_forw) == NULL)
123 aiowp->work_forw = NULL;
147 worker_freelast->work_forw = aiowp;
H A Daio.c713 } while ((next = next->work_forw) != first);
939 aiowp->work_forw = aiowp;
945 aiowp->work_forw = (*workers);
946 (*workers)->work_backw->work_forw = aiowp;
1755 } while ((aiowp = aiowp->work_forw) != first);
1768 } while ((aiowp = aiowp->work_forw) != first);
1793 aiowp = aiowp->work_forw;
1802 *nextworker = aiowp->work_forw;
1846 *nextworker = aiowp->work_forw;
H A Dposix_aio.c767 next = next->work_forw;
1625 next = next->work_forw;
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h233 aio_worker_t *work_forw; /* forward link in list of workers */ member in struct:aio_worker

Completed in 52 milliseconds