Searched refs:fc_mtx (Results 1 – 4 of 4) sorted by relevance
132 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 …]
221 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 …]
167 kmutex_t fc_mtx; member210 #define FW_GMTX(fc) (&(fc)->fc_mtx)
2200 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));