Lines Matching refs:wait_lock
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()
1613 mutex_enter(&fc->wait_lock); in fw_bus_probe()
1634 mutex_exit(&fc->wait_lock); in fw_bus_probe()
1954 mutex_enter(&fc->wait_lock); in fw_bus_probe_thread()
1957 mutex_exit(&fc->wait_lock); in fw_bus_probe_thread()
1963 mutex_enter(&fc->wait_lock); in fw_bus_probe_thread()
1965 cv_wait_sig(&fc->fc_cv, &fc->wait_lock); in fw_bus_probe_thread()
1969 mutex_exit(&fc->wait_lock); in fw_bus_probe_thread()