Lines Matching refs:q_wait
708 cv_init(&qp->q_wait, NULL, CV_DEFAULT, NULL); in queue_constructor()
723 cv_init(&wqp->q_wait, NULL, CV_DEFAULT, NULL); in queue_constructor()
764 cv_destroy(&qp->q_wait); in queue_destructor()
767 cv_destroy(&wqp->q_wait); in queue_destructor()
1429 cv_wait(&qp->q_wait, QLOCK(qp)); in wait_svc()
1433 cv_wait(&wqp->q_wait, QLOCK(wqp)); in wait_svc()
1950 cv_broadcast(&rq->q_wait); in mlink_file()
1951 cv_broadcast(&_WR(rq)->q_wait); in mlink_file()
3036 sleepon = &_RD(stp->sd_wrq)->q_wait; in strwaitq()
3040 sleepon = &stp->sd_wrq->q_wait; in strwaitq()
3687 cv_broadcast(&q->q_wait); in runservice()
4917 cv_wait(&qp->q_wait, QLOCK(qp)); in removeq()
4924 cv_wait(&wqp->q_wait, QLOCK(wqp)); in removeq()
7990 if (str_cv_wait(&rq->q_wait, &stp->sd_lock, 100, 1) == -1) { in strwaitmark()
8029 cv_broadcast(&_RD(stp->sd_wrq)->q_wait); /* readers */ in strsetrerror()
8030 cv_broadcast(&stp->sd_wrq->q_wait); /* writers */ in strsetrerror()
8065 cv_broadcast(&_RD(stp->sd_wrq)->q_wait); /* readers */ in strsetwerror()
8066 cv_broadcast(&stp->sd_wrq->q_wait); /* writers */ in strsetwerror()
8097 cv_broadcast(&_RD(stp->sd_wrq)->q_wait); in strseteof()