HomeSort by: relevance | last modified time | path
    Searched refs:fc_mtx (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ieee1394/
fwdev.c 132 mutex_enter(&sc->fc->fc_mtx);
134 mutex_exit(&sc->fc->fc_mtx);
139 mutex_exit(&sc->fc->fc_mtx);
256 mutex_enter(&fc->fc_mtx);
271 err = cv_timedwait_sig(&ir->cv, &fc->fc_mtx, hz);
277 mutex_exit(&fc->fc_mtx);
281 mutex_exit(&fc->fc_mtx);
298 mutex_enter(&fc->fc_mtx);
302 mutex_exit(&fc->fc_mtx);
333 mutex_enter(&fc->fc_mtx);
    [all...]
firewire.c 221 mutex_init(&fc->fc_mtx, MUTEX_DEFAULT, IPL_VM);
312 mutex_destroy(&fc->fc_mtx);
345 mutex_enter(&fc->fc_mtx);
349 mutex_exit(&fc->fc_mtx);
362 mutex_enter(&fc->fc_mtx);
366 mutex_exit(&fc->fc_mtx);
702 mutex_enter(&fc->fc_mtx);
708 mutex_exit(&fc->fc_mtx);
726 mutex_enter(&fc->fc_mtx);
740 mutex_exit(&fc->fc_mtx);
    [all...]
firewirereg.h 167 kmutex_t fc_mtx; member in struct:firewire_comm
210 #define FW_GMTX(fc) (&(fc)->fc_mtx)
fwohci.c 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));

Completed in 18 milliseconds