Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfirewire.c345 mtx_lock(&fc->tlabel_lock); in firewire_xfer_timeout()
364 mtx_unlock(&fc->tlabel_lock); in firewire_xfer_timeout()
544 mtx_destroy(&fc->tlabel_lock); in firewire_detach()
581 mtx_lock(&fc->tlabel_lock); in fw_drain_txq()
591 mtx_unlock(&fc->tlabel_lock); in fw_drain_txq()
1024 mtx_lock(&fc->tlabel_lock); in fw_tl_free()
1046 mtx_unlock(&fc->tlabel_lock); in fw_tl_free()
1060 mtx_lock(&fc->tlabel_lock); in fw_tl2xfer()
1080 mtx_unlock(&fc->tlabel_lock); in fw_tl2xfer()
1820 mtx_lock(&fc->tlabel_lock); in fw_get_tlabel()
[all …]
H A Dfirewirereg.h127 struct mtx tlabel_lock; member