Searched refs:req_link (Results 1 – 3 of 3) sorted by relevance
185 reqp->req_link = reqp + 1; in _aio_req_alloc()188 _aio_freelast->req_link = NULL; in _aio_req_alloc()192 if ((_aio_freelist = reqp->req_link) == NULL) in _aio_req_alloc()200 reqp->req_link = NULL; in _aio_req_alloc()221 _aio_freelast->req_link = reqp; in _aio_req_free()
2056 prev = &next->req_link; in _aio_hash_insert()2059 ASSERT(reqp->req_link == NULL); in _aio_hash_insert()2080 *prev = next->req_link; in _aio_hash_del()2081 next->req_link = NULL; in _aio_hash_del()2084 prev = &next->req_link; in _aio_hash_del()2108 prev = &next->req_link; in _aio_hash_find()
122 aio_req_t *req_link; /* hash/freelist chain link */ member