Searched refs:_aio_outstand_cnt (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c103 int _aio_outstand_cnt = 0; /* # of outstanding requests */ variable
468 if (_aio_outstand_cnt == _aio_req_done_cnt)
482 if (_aio_outstand_cnt == 0 ||
483 _aio_outstand_cnt == _aio_req_done_cnt)
697 if (_aio_outstand_cnt == 0) {
833 _aio_outstand_cnt--;
856 _aio_outstand_cnt--;
1229 _aio_outstand_cnt--;
1239 if (_aio_outstand_cnt == 0 && _aiowait_flag) {
1405 _aio_outstand_cnt
[all...]
H A Dposix_aio.c419 if ((_aio_doneq_cnt + _aio_outstand_cnt) == 0) {
467 req_outstanding = _aio_doneq_cnt + _aio_outstand_cnt;
533 if (_aio_outstand_cnt == 0 && inprogress == 0 && kerr != 1) {
601 if (_aio_outstand_cnt == 0) {
1003 if ((_aio_doneq_cnt + _aio_outstand_cnt) == 0) {
1073 sum_reqs = _aio_doneq_cnt + dnwait + _aio_outstand_cnt;
1104 _aio_outstand_cnt + dnwait;
1154 if (_aio_outstand_cnt > 0 && timedwait != AIO_TIMEOUT_POLL) {
1158 * - _aio_outstand_cnt becomes zero.
1162 if (*nwait < _aio_outstand_cnt)
[all...]
H A Daio_alloc.c379 _aio_outstand_cnt = 0;
408 DISPLAY(_aio_outstand_cnt);
/osnet-11/usr/src/lib/libc/inc/
H A Dasyncio.h331 extern int _aio_outstand_cnt; /* # of outstanding requests */

Completed in 21 milliseconds