Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mwl/
H A Dmwl.c3032 MWL_GUNLOCK(sc); in mwl_newstate()
3297 MWL_GUNLOCK(sc); in mwl_softintr()
3301 MWL_GUNLOCK(sc); in mwl_softintr()
3316 MWL_GUNLOCK(sc); in mwl_intr()
3325 MWL_GUNLOCK(sc); in mwl_intr()
3369 MWL_GUNLOCK(sc); in mwl_intr()
3557 MWL_GUNLOCK(sc); in mwl_stop()
3615 MWL_GUNLOCK(sc); in mwl_m_stat()
3618 MWL_GUNLOCK(sc); in mwl_m_stat()
3622 MWL_GUNLOCK(sc); in mwl_m_stat()
[all …]
H A Dmwl_var.h610 #define MWL_GUNLOCK(_sc) mutex_exit(&(_sc)->sc_glock) macro