Searched refs:reset_mutex (Results 1 – 3 of 3) sorted by relevance
648 mtx_lock(&sc->reset_mutex); in mpi3mr_pci_detach()652 mtx_unlock(&sc->reset_mutex); in mpi3mr_pci_detach()
2821 mtx_init(&sc->reset_mutex, "Reset lock", NULL, MTX_DEF); in mpi3mr_initialize_ioc()3069 mtx_lock(&sc->reset_mutex); in mpi3mr_watchdog_thread()3079 mtx_unlock(&sc->reset_mutex); in mpi3mr_watchdog_thread()3140 mtx_lock(&sc->reset_mutex); in mpi3mr_watchdog_thread()3147 msleep(&sc->watchdog_chan, &sc->reset_mutex, PRIBIO, in mpi3mr_watchdog_thread()3151 mtx_unlock(&sc->reset_mutex); in mpi3mr_watchdog_thread()5256 if (mtx_initialized(&sc->reset_mutex)) in mpi3mr_destory_mtx()5257 mtx_destroy(&sc->reset_mutex); in mpi3mr_destory_mtx()
696 struct mtx reset_mutex; member