Searched refs:lio_next (Results 1 – 5 of 5) sorted by relevance
258 head->lio_next = head + 1; in _aio_lio_alloc()260 _lio_head_freelast->lio_next = NULL; in _aio_lio_alloc()265 if ((_lio_head_freelist = head->lio_next) == NULL) in _aio_lio_alloc()271 head->lio_next = NULL; in _aio_lio_alloc()294 _lio_head_freelast->lio_next = head; in _aio_lio_free()
62 struct aio_lio *lio_next; /* free list pointer */ member
85 aio_lio_t *lio_next; /* pointer to next on freelist */ member
519 head->lio_next = aiop->aio_lio_free; in aio_lio_free()1062 nxtlio = liop->lio_next; in aio_cleanup_exit()
2529 aiop->aio_lio_free = liop->lio_next; in aio_lio_alloc()