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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c106 int _aio_outstand_cnt = 0; /* # of outstanding requests */ variable
472 if (_aio_outstand_cnt == _aio_req_done_cnt)
486 if (_aio_outstand_cnt == 0 ||
487 _aio_outstand_cnt == _aio_req_done_cnt)
701 if (_aio_outstand_cnt == 0) {
837 _aio_outstand_cnt--;
860 _aio_outstand_cnt--;
1233 _aio_outstand_cnt--;
1243 if (_aio_outstand_cnt == 0 && _aiowait_flag) {
1412 _aio_outstand_cnt
[all...]

Completed in 71 milliseconds