Home
last modified time | relevance | path

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

/titanic_41/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()
996 if ((_aio_doneq_cnt + _aio_outstand_cnt) == 0) { in __aio_waitn()
1066 sum_reqs = _aio_doneq_cnt + dnwait + _aio_outstand_cnt; in __aio_waitn()
1096 *nwait = _aio_doneq_cnt + in __aio_waitn()
1119 while (_aio_doneq_cnt && dnwait < nent) { in __aio_waitn()
H A Daio_alloc.c376 _aio_doneq_cnt = 0; in postfork1_child_aio()
406 DISPLAY(_aio_doneq_cnt); in _aio_exit_info()
H A Daio.c105 int _aio_doneq_cnt = 0; variable
1995 _aio_doneq_cnt++; in _aio_enq_doneq()
2029 _aio_doneq_cnt--; in _aio_req_remove()
/titanic_41/usr/src/lib/libc/inc/
H A Dasyncio.h329 extern int _aio_doneq_cnt;