Home | History | Annotate | Download | only in hyperv

Lines Matching refs:sc_chevq_lock

979 	mutex_init(&sc->sc_chevq_lock, MUTEX_DEFAULT, IPL_NET);
1028 mutex_enter(&sc->sc_chevq_lock);
1030 mutex_exit(&sc->sc_chevq_lock);
1343 mutex_enter(&sc->sc_chevq_lock);
1345 mutex_exit(&sc->sc_chevq_lock);
2210 mutex_enter(&sc->sc_chevq_lock);
2213 mutex_exit(&sc->sc_chevq_lock);
2224 KASSERT(mutex_owned(&sc->sc_chevq_lock));
2229 mutex_exit(&sc->sc_chevq_lock);
2251 mutex_enter(&sc->sc_chevq_lock);
2260 mutex_enter(&sc->sc_chevq_lock);
2263 cv_wait(&sc->sc_chevq_cv, &sc->sc_chevq_lock);
2269 mutex_exit(&sc->sc_chevq_lock);