Home
last modified time | relevance | path

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

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