Searched refs:work_next1 (Results 1 – 2 of 2) sorted by relevance
918 aiowp->work_next1 = reqp; in _aio_create_worker()1601 aiowp->work_tail1 = aiowp->work_next1; in _aio_work_done()1826 aiowp->work_next1 = reqp; in _aio_req_add()1829 if (aiowp->work_next1 == NULL) in _aio_req_add()1830 aiowp->work_next1 = reqp; in _aio_req_add()1862 if ((reqp = aiowp->work_next1) != NULL) { in _aio_req_get()1890 aiowp->work_next1 = reqp->req_next; in _aio_req_get()1933 if (aiowp->work_next1 == next) in _aio_req_del()1934 aiowp->work_next1 = next->req_next; in _aio_req_del()
239 aio_req_t *work_next1; /* work queue one's next pointer */ member