Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/urtw/
H A Durtw.c2119 URTW_UNLOCK(sc); in urtw_8187_init()
2124 URTW_UNLOCK(sc); in urtw_8187_init()
2493 URTW_UNLOCK(sc); in urtw_stop()
3143 URTW_UNLOCK(sc); in urtw_8187b_init()
3149 URTW_UNLOCK(sc); in urtw_8187b_init()
3727 URTW_UNLOCK(sc); in urtw_newstate()
3928 URTW_UNLOCK(sc); in urtw_disconnect()
3953 URTW_UNLOCK(sc); in urtw_reconnect()
4063 URTW_UNLOCK(sc); in urtw_m_setprop()
4076 URTW_UNLOCK(sc); in urtw_m_setprop()
[all …]
H A Durtw_var.h150 #define URTW_UNLOCK(sc) mutex_exit(&(sc)->sc_genlock) macro