Home
last modified time | relevance | path

Searched refs:req_link (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio_alloc.c183 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()
H A Daio.c2053 prev = &next->req_link; in _aio_hash_insert()
2056 ASSERT(reqp->req_link == NULL); in _aio_hash_insert()
2077 *prev = next->req_link; in _aio_hash_del()
2078 next->req_link = NULL; in _aio_hash_del()
2081 prev = &next->req_link; in _aio_hash_del()
2105 prev = &next->req_link; in _aio_hash_find()
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h120 aio_req_t *req_link; /* hash/freelist chain link */ member