Lines Matching refs:stt_mutex
150 kmutex_t stt_mutex; member
211 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()
375 mutex_init(&temp->stt_mutex, NULL, MUTEX_DRIVER, NULL); in smntemp_create_tctl()
400 mutex_destroy(&temp->stt_mutex); in smntemp_cleanup_temp()