Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h63 kcondvar_t lio_notify; /* list notification */ member
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c351 cv_signal(&head->lio_notify); in aio_done()
952 cv_signal(&liohead->lio_notify); in aio_cleanup_notifyq()
H A Daio.c1513 if (!cv_wait_sig(&head->lio_notify, &aiop->aio_mutex)) { in alio()
1656 if (!cv_wait_sig(&head->lio_notify, &aiop->aio_mutex)) { in aliowait()
3219 if (!cv_wait_sig(&head->lio_notify, &aiop->aio_mutex)) { in alioLF()
3724 if (!cv_wait_sig(&head->lio_notify, &aiop->aio_mutex)) { in alio32()