Lines Matching refs:q_wait
705 cv_init(&qp->q_wait, NULL, CV_DEFAULT, NULL); in queue_constructor()
720 cv_init(&wqp->q_wait, NULL, CV_DEFAULT, NULL); in queue_constructor()
761 cv_destroy(&qp->q_wait); in queue_destructor()
764 cv_destroy(&wqp->q_wait); in queue_destructor()
1426 cv_wait(&qp->q_wait, QLOCK(qp)); in wait_svc()
1430 cv_wait(&wqp->q_wait, QLOCK(wqp)); in wait_svc()
1967 cv_broadcast(&rq->q_wait); in mlink_file()
1968 cv_broadcast(&_WR(rq)->q_wait); in mlink_file()
3012 sleepon = &_RD(stp->sd_wrq)->q_wait; in strwaitq()
3016 sleepon = &stp->sd_wrq->q_wait; in strwaitq()
3663 cv_broadcast(&q->q_wait); in runservice()
4893 cv_wait(&qp->q_wait, QLOCK(qp)); in removeq()
4900 cv_wait(&wqp->q_wait, QLOCK(wqp)); in removeq()
7958 if (str_cv_wait(&rq->q_wait, &stp->sd_lock, 100, 1) == -1) { in strwaitmark()
7997 cv_broadcast(&_RD(stp->sd_wrq)->q_wait); /* readers */ in strsetrerror()
7998 cv_broadcast(&stp->sd_wrq->q_wait); /* writers */ in strsetrerror()
8033 cv_broadcast(&_RD(stp->sd_wrq)->q_wait); /* readers */ in strsetwerror()
8034 cv_broadcast(&stp->sd_wrq->q_wait); /* writers */ in strsetwerror()
8065 cv_broadcast(&_RD(stp->sd_wrq)->q_wait); in strseteof()