Home
last modified time | relevance | path

Searched refs:wait_lock (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/firewire/
Dfirewire.c284 struct mtx *lock = &xfer->fc->wait_lock; in fw_xferwake()
297 struct mtx *lock = &xfer->fc->wait_lock; in fw_xferwait()
457 mtx_init(&fc->wait_lock, "fwwait", NULL, MTX_DEF); in firewire_attach()
531 mtx_lock(&fc->wait_lock); in firewire_detach()
534 if (msleep(fc->probe_thread, &fc->wait_lock, PWAIT, "fwthr", hz * 60)) in firewire_detach()
536 mtx_unlock(&fc->wait_lock); in firewire_detach()
562 mtx_destroy(&fc->wait_lock); in firewire_detach()
1778 mtx_lock(&fc->wait_lock); in fw_bus_probe_thread()
1781 mtx_unlock(&fc->wait_lock); in fw_bus_probe_thread()
1787 mtx_lock(&fc->wait_lock); in fw_bus_probe_thread()
[all …]
Dfirewirereg.h170 struct mtx wait_lock; member