Searched refs:fdc_mtx (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/fdc/
H A Dfdc.c638 mtx_assert(&fd->fdc->fdc_mtx, MA_OWNED);
660 mtx_assert(&fdc->fdc_mtx, MA_OWNED);
679 mtx_assert(&fd->fdc->fdc_mtx, MA_OWNED);
736 mtx_lock(&fdc->fdc_mtx);
741 mtx_unlock(&fdc->fdc_mtx);
779 mtx_lock(&fdc->fdc_mtx);
781 mtx_unlock(&fdc->fdc_mtx);
791 mtx_lock(&fdc->fdc_mtx);
793 mtx_unlock(&fdc->fdc_mtx);
810 mtx_lock(&fdc->fdc_mtx);
[all...]
H A Dfdcvar.h68 struct mtx fdc_mtx; member in struct:fdc_data

Completed in 109 milliseconds