Home
last modified time | relevance | path

Searched refs:fc_mtx (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/ieee1394/
Dfwdev.c132 mutex_enter(&sc->fc->fc_mtx); in fw_open()
134 mutex_exit(&sc->fc->fc_mtx); in fw_open()
139 mutex_exit(&sc->fc->fc_mtx); in fw_open()
256 mutex_enter(&fc->fc_mtx); in fw_read()
271 err = cv_timedwait_sig(&ir->cv, &fc->fc_mtx, hz); in fw_read()
277 mutex_exit(&fc->fc_mtx); in fw_read()
281 mutex_exit(&fc->fc_mtx); in fw_read()
298 mutex_enter(&fc->fc_mtx); in fw_read()
302 mutex_exit(&fc->fc_mtx); in fw_read()
333 mutex_enter(&fc->fc_mtx); in fw_write()
[all …]
Dfirewire.c221 mutex_init(&fc->fc_mtx, MUTEX_DEFAULT, IPL_VM); in firewireattach()
312 mutex_destroy(&fc->fc_mtx); in firewiredetach()
345 mutex_enter(&fc->fc_mtx); in fw_noderesolve_nodeid()
349 mutex_exit(&fc->fc_mtx); in fw_noderesolve_nodeid()
362 mutex_enter(&fc->fc_mtx); in fw_noderesolve_eui64()
366 mutex_exit(&fc->fc_mtx); in fw_noderesolve_eui64()
702 mutex_enter(&fc->fc_mtx); in fw_bindlookup()
708 mutex_exit(&fc->fc_mtx); in fw_bindlookup()
726 mutex_enter(&fc->fc_mtx); in fw_bindadd()
740 mutex_exit(&fc->fc_mtx); in fw_bindadd()
[all …]
Dfirewirereg.h167 kmutex_t fc_mtx; member
210 #define FW_GMTX(fc) (&(fc)->fc_mtx)
Dfwohci.c2200 mutex_enter(&fc->fc_mtx);
2235 mutex_exit(&fc->fc_mtx);
2255 mutex_enter(&fc->fc_mtx);
2293 mutex_exit(&fc->fc_mtx);
2512 KASSERT(mutex_owned(&sc->fc.fc_mtx));