Searched refs:req_link (Results 1 – 3 of 3) sorted by relevance
183 reqp->req_link = reqp + 1; in _aio_req_alloc()186 _aio_freelast->req_link = NULL; in _aio_req_alloc()190 if ((_aio_freelist = reqp->req_link) == NULL) in _aio_req_alloc()198 reqp->req_link = NULL; in _aio_req_alloc()219 _aio_freelast->req_link = reqp; in _aio_req_free()
2057 prev = &next->req_link; in _aio_hash_insert()2060 ASSERT(reqp->req_link == NULL); in _aio_hash_insert()2081 *prev = next->req_link; in _aio_hash_del()2082 next->req_link = NULL; in _aio_hash_del()2085 prev = &next->req_link; in _aio_hash_del()2109 prev = &next->req_link; in _aio_hash_find()
120 aio_req_t *req_link; /* hash/freelist chain link */ member