/src/sys/dev/pci/ |
ichsmb.c | 67 kmutex_t sc_exec_lock; member in struct:ichsmb_softc 199 mutex_init(&sc->sc_exec_lock, MUTEX_DEFAULT, IPL_BIO); 504 mutex_destroy(&sc->sc_exec_lock); 535 mutex_enter(&sc->sc_exec_lock); 555 mutex_exit(&sc->sc_exec_lock); 564 mutex_exit(&sc->sc_exec_lock); 633 if (cv_timedwait(&sc->sc_exec_wait, &sc->sc_exec_lock, 640 mutex_exit(&sc->sc_exec_lock); 657 mutex_exit(&sc->sc_exec_lock); 691 mutex_enter(&sc->sc_exec_lock); [all...] |
piixpm.c | 105 kmutex_t sc_exec_lock; member in struct:piixpm_softc 209 mutex_init(&sc->sc_exec_lock, MUTEX_DEFAULT, IPL_BIO); 640 mutex_enter(&sc->sc_exec_lock); 659 mutex_exit(&sc->sc_exec_lock); 668 mutex_exit(&sc->sc_exec_lock); 744 if (cv_timedwait(&sc->sc_exec_wait, &sc->sc_exec_lock, 751 mutex_exit(&sc->sc_exec_lock); 773 mutex_exit(&sc->sc_exec_lock); 796 mutex_enter(&sc->sc_exec_lock); 827 mutex_exit(&sc->sc_exec_lock); [all...] |
/src/sys/arch/arm/sunxi/ |
sunxi_hdmi.c | 76 kmutex_t sc_exec_lock; member in struct:sunxi_hdmi_softc 265 mutex_init(&sc->sc_exec_lock, MUTEX_DEFAULT, IPL_NONE); 283 mutex_enter(&sc->sc_exec_lock); 328 mutex_exit(&sc->sc_exec_lock); 415 kpause("hdmiddc", false, mstohz(10), &sc->sc_exec_lock);
|