Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/firewire/
Dfirewire.c348 mtx_lock(&fc->tlabel_lock); in firewire_xfer_timeout()
367 mtx_unlock(&fc->tlabel_lock); in firewire_xfer_timeout()
444 mtx_init(&fc->tlabel_lock, "fwtlabel", NULL, MTX_DEF); in firewire_attach()
547 mtx_destroy(&fc->tlabel_lock); in firewire_detach()
584 mtx_lock(&fc->tlabel_lock); in fw_drain_txq()
594 mtx_unlock(&fc->tlabel_lock); in fw_drain_txq()
1027 mtx_lock(&fc->tlabel_lock); in fw_tl_free()
1029 mtx_unlock(&fc->tlabel_lock); in fw_tl_free()
1043 mtx_unlock(&fc->tlabel_lock); in fw_tl_free()
1049 mtx_unlock(&fc->tlabel_lock); in fw_tl_free()
[all …]
Dfirewirereg.h129 struct mtx tlabel_lock; member