Searched refs:aio_notifycnt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h130 int aio_notifycnt; /* # user-level notifications */ member in struct:aio
/illumos-gate/usr/src/uts/common/os/
H A Daio.c406 aiop->aio_notifycnt++;
564 if (aiop->aio_notifycnt > 0) {
565 aiop->aio_notifycnt--;
731 if (aiop->aio_notifycnt > 0) {
732 aiop->aio_notifycnt--;
1029 if (aiop->aio_notifycnt > 0) {
1035 aiop->aio_notifycnt--;

Completed in 65 milliseconds