Home
last modified time | relevance | path

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

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