Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c414 if ((_aio_doneq_cnt + _aio_outstand_cnt) == 0) { in __aio_suspend()
462 req_outstanding = _aio_doneq_cnt + _aio_outstand_cnt; in __aio_suspend()
995 if ((_aio_doneq_cnt + _aio_outstand_cnt) == 0) { in __aio_waitn()
1065 sum_reqs = _aio_doneq_cnt + dnwait + _aio_outstand_cnt; in __aio_waitn()
1095 *nwait = _aio_doneq_cnt + in __aio_waitn()
1118 while (_aio_doneq_cnt && dnwait < nent) { in __aio_waitn()
H A Daio_alloc.c374 _aio_doneq_cnt = 0; in postfork1_child_aio()
404 DISPLAY(_aio_doneq_cnt); in _aio_exit_info()
H A Daio.c103 int _aio_doneq_cnt = 0; variable
1992 _aio_doneq_cnt++; in _aio_enq_doneq()
2026 _aio_doneq_cnt--; in _aio_req_remove()
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h327 extern int _aio_doneq_cnt;