Searched refs:_lio_head_freelist (Results 1 – 1 of 1) sorted by relevance
229 aio_lio_t *_lio_head_freelist = NULL; /* free list of lio head structures */ variable249 if ((head = _lio_head_freelist) == NULL) { in _aio_lio_alloc()257 _lio_head_freelist = (aio_lio_t *)(uintptr_t)(chp + 1); in _aio_lio_alloc()259 for (i = 0, head = _lio_head_freelist; i < nelem; i++, head++) in _aio_lio_alloc()265 head = _lio_head_freelist; in _aio_lio_alloc()267 if ((_lio_head_freelist = head->lio_next) == NULL) in _aio_lio_alloc()294 _lio_head_freelist = _lio_head_freelast = head; in _aio_lio_free()341 _lio_head_freelist = NULL; in postfork1_child_aio()