Searched refs:FXP_UNLOCK (Results 1 – 2 of 2) sorted by relevance
913 FXP_UNLOCK(sc); in fxp_attach()1010 FXP_UNLOCK(sc); in fxp_detach()1080 FXP_UNLOCK(sc); in fxp_suspend()1118 FXP_UNLOCK(sc); in fxp_resume()1324 FXP_UNLOCK(sc); in fxp_start()1672 FXP_UNLOCK(sc); in fxp_poll()1683 FXP_UNLOCK(sc); in fxp_poll()1693 FXP_UNLOCK(sc); in fxp_poll()1710 FXP_UNLOCK(sc); in fxp_intr()1716 FXP_UNLOCK(sc); in fxp_intr()[all …]
111 #define FXP_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro