Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/aio/
H A Dposix_aio.c349 int req_outstanding; in __aio_suspend() local
462 req_outstanding = _aio_doneq_cnt + _aio_outstand_cnt; in __aio_suspend()
466 if (req_outstanding == 0) { in __aio_suspend()