Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Daio_impl.h130 int aio_notifycnt; /* # user-level notifications */ member
/titanic_50/usr/src/uts/common/os/
H A Daio.c406 aiop->aio_notifycnt++; in aionotify()
564 if (aiop->aio_notifycnt > 0) { in aiowait()
565 aiop->aio_notifycnt--; in aiowait()
731 if (aiop->aio_notifycnt > 0) { in aiowaitn()
732 aiop->aio_notifycnt--; in aiowaitn()
1029 if (aiop->aio_notifycnt > 0) { in aiosuspend()
1035 aiop->aio_notifycnt--; in aiosuspend()