Searched refs:kstat_chain_lock (Results 1 – 1 of 1) sorted by relevance
64 static kmutex_t kstat_chain_lock; variable248 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 …]