Searched refs:tpi_lock (Results 1 – 2 of 2) sorted by relevance
52 kmutex_t tpi_lock; member70 #define PI_PROVLOCK(tp) mutex_enter(&(tp)->tpi_lock)71 #define PI_PROVUNLOCK(tp) mutex_exit(&(tp)->tpi_lock)
184 mutex_init(&(*tpp)->tpi_lock, NULL, MUTEX_DEFAULT, NULL); in tpi_findprov()