Searched refs:_aio_freelast (Results 1 – 1 of 1) sorted by relevance
154 aio_req_t *_aio_freelast = NULL; variable187 _aio_freelast = reqp - 1; in _aio_req_alloc()188 _aio_freelast->req_link = NULL; in _aio_req_alloc()193 _aio_freelast = NULL; in _aio_req_alloc()218 if (_aio_freelast == NULL) { in _aio_req_free()219 _aio_freelist = _aio_freelast = reqp; in _aio_req_free()221 _aio_freelast->req_link = reqp; in _aio_req_free()222 _aio_freelast = reqp; in _aio_req_free()335 _aio_freelast = NULL; in postfork1_child_aio()