Searched refs:wait_lock (Results 1 – 2 of 2) sorted by relevance
222 mutex_init(&fc->wait_lock, MUTEX_DEFAULT, IPL_VM); in firewireattach()275 mutex_enter(&fc->wait_lock); in firewiredetach()279 err = cv_timedwait_sig(&fc->fc_cv, &fc->wait_lock, hz * 60); in firewiredetach()286 mutex_exit(&fc->wait_lock); in firewiredetach()311 mutex_destroy(&fc->wait_lock); in firewiredetach()464 mutex_enter(&xfer->fc->wait_lock); in fw_xferwake()467 mutex_exit(&xfer->fc->wait_lock); in fw_xferwake()478 mutex_enter(&fc->wait_lock); in fw_xferwait()480 err = cv_wait_sig(&xfer->cv, &fc->wait_lock); in fw_xferwait()481 mutex_exit(&fc->wait_lock); in fw_xferwait()[all …]
168 kmutex_t wait_lock; member