Searched refs:grant_lock (Results 1 – 2 of 2) sorted by relevance
90 kmutex_t grant_lock; variable150 mutex_init(&grant_lock, MUTEX_DEFAULT, IPL_VM); in xengnt_init()189 mutex_enter(&grant_lock); in xengnt_finish_init()196 mutex_exit(&grant_lock); in xengnt_finish_init()208 mutex_enter(&grant_lock); in xengnt_suspend()225 mutex_exit(&grant_lock); in xengnt_suspend()237 KASSERT(mutex_owned(&grant_lock)); in xengnt_map_status()310 KASSERT(mutex_owned(&grant_lock)); in xengnt_more_entries()404 KASSERT(mutex_owned(&grant_lock)); in xengnt_get_entry()428 mutex_enter(&grant_lock); in xengnt_free_entry()[all …]
124 static bool grant_lock(const struct fstrans_mount_info *,501 grant_lock(const struct fstrans_mount_info *fmi, in grant_lock() 540 if (__predict_true(grant_lock(fmi, lock_type))) { in _fstrans_start() 553 while (! grant_lock(fmi, lock_type)) in _fstrans_start() 682 if (grant_lock(fmi, fli->fli_lock_type)) in state_change_done() 498 grant_lock(const struct fstrans_mount_info *fmi, grant_lock() function