Searched refs:wait_lock (Results 1 – 2 of 2) sorted by relevance
224 struct mtx wait_lock; member229 mutex wait_lock; member
229 mutex *lock = &xfer->fc->wait_lock; in fw_xferwake()244 mutex *lock = &xfer->fc->wait_lock; in fw_xferwait()464 mtx_init(&fc->wait_lock, "fwwait", NULL, MTX_DEF); in firewire_attach()517 mtx_lock(&fc->wait_lock); in firewire_detach()523 mtx_unlock(&fc->wait_lock); in firewire_detach()562 mtx_destroy(&fc->wait_lock); in firewire_detach()1842 mtx_lock(&fc->wait_lock); in fw_bus_probe_thread()1845 mtx_unlock(&fc->wait_lock); in fw_bus_probe_thread()1851 mtx_lock(&fc->wait_lock); in fw_bus_probe_thread()1854 mtx_unlock(&fc->wait_lock); in fw_bus_probe_thread()[all …]