Searched refs:clh_lock (Results 1 – 5 of 5) sorted by relevance
70 (void) mutex_lock(&lhp->lh_cpu[idx].clh_lock); in umem_lockup_log_header()85 (void) mutex_unlock(&lhp->lh_cpu[idx].clh_lock); in umem_release_log_header()
336 mutex_t clh_lock; member
1313 (void) mutex_init(&clhp->clh_lock, USYNC_THREAD, NULL); in umem_log_init()1347 (void) mutex_lock(&clhp->clh_lock); in umem_log_enter()1367 (void) mutex_unlock(&clhp->clh_lock); in umem_log_enter()
417 kmutex_t clh_lock; member
1424 mutex_init(&clhp->clh_lock, NULL, MUTEX_DEFAULT, NULL); in kmem_log_init()1448 mutex_enter(&clhp->clh_lock); in kmem_log_enter()1468 mutex_exit(&clhp->clh_lock); in kmem_log_enter()