Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/pchtemp/
H A Dpchtemp.c115 kmutex_t pcht_mutex; /* Protects members below */ member
147 mutex_enter(&pch->pcht_mutex); in pchtemp_read()
161 mutex_exit(&pch->pcht_mutex); in pchtemp_read()
174 mutex_exit(&pch->pcht_mutex); in pchtemp_read()
182 mutex_exit(&pch->pcht_mutex); in pchtemp_read()
210 mutex_destroy(&pch->pcht_mutex); in pchtemp_cleanup()
251 mutex_init(&pch->pcht_mutex, NULL, MUTEX_DRIVER, NULL); in pchtemp_attach()