Searched refs:mtm_lock (Results 1 – 4 of 4) sorted by relevance
167 mutex_enter(&mtm->mtm_lock); in top_issue_from_taskq()172 mutex_exit(&mtm->mtm_lock); in top_issue_from_taskq()201 mutex_enter(&mtm->mtm_lock); in top_begin_sync()216 mutex_exit(&mtm->mtm_lock); in top_begin_sync()231 cv_wait(&mtm->mtm_cv_commit, &mtm->mtm_lock); in top_begin_sync()233 mutex_exit(&mtm->mtm_lock); in top_begin_sync()250 cv_wait(&mtm->mtm_cv_commit, &mtm->mtm_lock); in top_begin_sync()257 mutex_exit(&mtm->mtm_lock); in top_begin_sync()281 cv_wait(&mtm->mtm_cv_commit, &mtm->mtm_lock); in top_begin_sync()283 mutex_exit(&mtm->mtm_lock); in top_begin_sync()[all …]
226 mutex_enter(&mtm->mtm_lock); in lufs_unsnarf()229 cv_wait(&mtm->mtm_cv, &mtm->mtm_lock); in lufs_unsnarf()232 mutex_exit(&mtm->mtm_lock); in lufs_unsnarf()
145 mutex_destroy(&mtm->mtm_lock); in map_put()189 mutex_init(&mtm->mtm_lock, NULL, MUTEX_DEFAULT, NULL); in map_get()
405 kmutex_t mtm_lock; member