Searched defs:liohead (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c943 aio_lio_t *liohead; local
962 if ((liohead = reqp->aio_req_lio) != NULL) {
963 ASSERT(liohead->lio_refcnt > 0);
964 if (--liohead->lio_refcnt == 0) {
965 cv_signal(&liohead->lio_notify);
966 lio_sigev = liohead->lio_sigqp;
967 liohead->lio_sigqp = NULL;

Completed in 59 milliseconds