Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Despi.c336 SPIN_UNLOCK(espi->lock); in t1_espi_set_misc_ctrl()
361 SPIN_UNLOCK(espi->lock); in t1_espi_get_mon()
396 SPIN_UNLOCK(espi->lock); in t1_espi_get_mon_t204()
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dosdep.h127 #define SPIN_UNLOCK(x) mutex_exit(&(x)) macro