Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio_alloc.c152 aio_req_t *_aio_freelast = NULL; variable
185 _aio_freelast = reqp - 1; in _aio_req_alloc()
186 _aio_freelast->req_link = NULL; in _aio_req_alloc()
191 _aio_freelast = NULL; in _aio_req_alloc()
216 if (_aio_freelast == NULL) { in _aio_req_free()
217 _aio_freelist = _aio_freelast = reqp; in _aio_req_free()
219 _aio_freelast->req_link = reqp; in _aio_req_free()
220 _aio_freelast = reqp; in _aio_req_free()
333 _aio_freelast = NULL; in postfork1_child_aio()