Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Daio_impl.h63 kcondvar_t lio_notify; /* list notification */ member
/titanic_41/usr/src/uts/common/os/
H A Daio_subr.c366 cv_signal(&head->lio_notify); in aio_done()
965 cv_signal(&liohead->lio_notify); in aio_cleanup_notifyq()
H A Daio.c1517 if (!cv_wait_sig(&head->lio_notify, &aiop->aio_mutex)) { in alio()
1660 if (!cv_wait_sig(&head->lio_notify, &aiop->aio_mutex)) { in aliowait()
3232 if (!cv_wait_sig(&head->lio_notify, &aiop->aio_mutex)) { in alioLF()
3737 if (!cv_wait_sig(&head->lio_notify, &aiop->aio_mutex)) { in alio32()