Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c1982 if (_aio_doneq == NULL) { in _aio_enq_doneq()
1983 _aio_doneq = reqp; in _aio_enq_doneq()
1986 reqp->req_next = _aio_doneq; in _aio_enq_doneq()
1987 reqp->req_prev = _aio_doneq->req_prev; in _aio_enq_doneq()
1988 _aio_doneq->req_prev->req_next = reqp; in _aio_enq_doneq()
1989 _aio_doneq->req_prev = reqp; in _aio_enq_doneq()
2006 if (_aio_doneq == reqp) in _aio_req_remove()
2007 _aio_doneq = reqp->req_next; in _aio_req_remove()
2008 if (_aio_doneq == reqp) { in _aio_req_remove()
2010 _aio_doneq = NULL; in _aio_req_remove()
[all …]
H A Daio_alloc.c373 _aio_doneq = NULL; in postfork1_child_aio()
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h323 extern aio_req_t *_aio_doneq;