Home
last modified time | relevance | path

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
/illumos-gate/usr/src/uts/common/os/
H A Daio.c410 aiop->aio_notifycnt++; in aionotify()
565 if (aiop->aio_notifycnt > 0) { in aiowait()
566 aiop->aio_notifycnt--; in aiowait()
732 if (aiop->aio_notifycnt > 0) { in aiowaitn()
733 aiop->aio_notifycnt--; in aiowaitn()
1025 if (aiop->aio_notifycnt > 0) { in aiosuspend()
1031 aiop->aio_notifycnt--; in aiosuspend()