Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dkstat_fr.c64 static kmutex_t kstat_chain_lock; variable
248 ASSERT(MUTEX_HELD(&kstat_chain_lock)); in kstat_zone_find()
264 mutex_enter(&kstat_chain_lock); in kstat_zone_remove()
283 mutex_exit(&kstat_chain_lock); in kstat_zone_remove()
296 mutex_enter(&kstat_chain_lock); in kstat_zone_add()
301 mutex_exit(&kstat_chain_lock); in kstat_zone_add()
316 ASSERT(MUTEX_HELD(&kstat_chain_lock)); in kstat_zone_compare()
378 mutex_enter(&kstat_chain_lock); in kstat_hold()
388 cv_wait(&e->e_cv, &kstat_chain_lock); in kstat_hold()
390 mutex_exit(&kstat_chain_lock); in kstat_hold()
[all …]