Searched refs:stt_mutex (Results 1 – 1 of 1) sorted by relevance
150 kmutex_t stt_mutex; member211 ASSERT(MUTEX_HELD((&stt->stt_mutex))); in smntemp_temp_update()239 ASSERT(MUTEX_HELD(&stt->stt_mutex)); in smntemp_temp_unit()257 mutex_enter(&stt->stt_mutex); in smntemp_temp_read()259 mutex_exit(&stt->stt_mutex); in smntemp_temp_read()267 mutex_exit(&stt->stt_mutex); in smntemp_temp_read()286 mutex_enter(&stt->stt_mutex); in smntemp_temp_kind()290 mutex_exit(&stt->stt_mutex); in smntemp_temp_kind()302 mutex_exit(&stt->stt_mutex); in smntemp_temp_kind()322 mutex_init(&temp->stt_mutex, NULL, MUTEX_DRIVER, NULL); in smntemp_create_tdie()[all …]