Searched refs:work_forw (Results 1 – 4 of 4) sorted by relevance
114 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()
713 } 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()
767 next = next->work_forw; in __aio_fsync_bar()1625 next = next->work_forw; in __aio_fsync_bar64()
233 aio_worker_t *work_forw; /* forward link in list of workers */ member