Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dsuntpi.h52 kmutex_t tpi_lock; member
70 #define PI_PROVLOCK(tp) mutex_enter(&(tp)->tpi_lock)
71 #define PI_PROVUNLOCK(tp) mutex_exit(&(tp)->tpi_lock)
/titanic_44/usr/src/uts/common/io/
H A Dsuntpi.c184 mutex_init(&(*tpp)->tpi_lock, NULL, MUTEX_DEFAULT, NULL); in tpi_findprov()