Home
last modified time | relevance | path

Searched refs:MWL_GUNLOCK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c3041 MWL_GUNLOCK(sc); in mwl_newstate()
3306 MWL_GUNLOCK(sc); in mwl_softintr()
3310 MWL_GUNLOCK(sc); in mwl_softintr()
3325 MWL_GUNLOCK(sc); in mwl_intr()
3334 MWL_GUNLOCK(sc); in mwl_intr()
3378 MWL_GUNLOCK(sc); in mwl_intr()
3566 MWL_GUNLOCK(sc); in mwl_stop()
3624 MWL_GUNLOCK(sc); in mwl_m_stat()
3631 MWL_GUNLOCK(sc); in mwl_m_stat()
3653 MWL_GUNLOCK(sc); in mwl_m_start()
[all …]
H A Dmwl_var.h610 #define MWL_GUNLOCK(_sc) mutex_exit(&(_sc)->sc_glock) macro