Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dosdep.h124 #define SPIN_LOCK_INIT(x) mutex_init(&(x), NULL, MUTEX_DRIVER, NULL); macro
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Despi.c303 SPIN_LOCK_INIT(espi->lock); in t1_espi_init()