Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dkstat_fr.c64 static kmutex_t kstat_chain_lock; variable
252 ASSERT(MUTEX_HELD(&kstat_chain_lock)); in kstat_zone_find()
268 mutex_enter(&kstat_chain_lock); in kstat_zone_remove()
287 mutex_exit(&kstat_chain_lock); in kstat_zone_remove()
300 mutex_enter(&kstat_chain_lock); in kstat_zone_add()
305 mutex_exit(&kstat_chain_lock); in kstat_zone_add()
320 ASSERT(MUTEX_HELD(&kstat_chain_lock)); in kstat_zone_compare()
382 mutex_enter(&kstat_chain_lock); in kstat_hold()
392 cv_wait(&e->e_cv, &kstat_chain_lock); in kstat_hold()
394 mutex_exit(&kstat_chain_lock); in kstat_hold()
[all …]