Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio_alloc.c379 _aio_req_done_cnt = 0; in postfork1_child_aio()
408 DISPLAY(_aio_req_done_cnt); in _aio_exit_info()
H A Daio.c106 int _aio_req_done_cnt = 0; /* req. done but not in "done queue" */ variable
470 if (_aio_outstand_cnt == _aio_req_done_cnt) in aiocancel()
485 _aio_outstand_cnt == _aio_req_done_cnt) in aiocancel()
1233 _aio_req_done_cnt++; in _aio_finish_request()
1603 _aio_req_done_cnt--; in _aio_work_done()
1625 _aio_req_done_cnt >= 0); in _aio_work_done()
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h331 extern int _aio_req_done_cnt; /* req. done but not in "done queue" */