Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/mwl/
H A Dmwl.c2977 MWL_GLOCK(sc); in mwl_newstate()
3294 MWL_GLOCK(sc); in mwl_softintr()
3313 MWL_GLOCK(sc); in mwl_intr()
3547 MWL_GLOCK(sc); in mwl_stop()
3568 MWL_GLOCK(sc); in mwl_m_stat()
3642 MWL_GLOCK(sc); in mwl_m_start()
3661 MWL_GLOCK(sc); in mwl_m_stop()
3817 MWL_GLOCK(sc); in mwl_attach()
4244 MWL_GLOCK(sc); in mwl_detach()
H A Dmwl_var.h609 #define MWL_GLOCK(_sc) mutex_enter(&(_sc)->sc_glock) macro