Searched refs:reset_mutex (Results 1 – 3 of 3) sorted by relevance
649 mtx_lock(&sc->reset_mutex); in mpi3mr_pci_detach()653 mtx_unlock(&sc->reset_mutex); in mpi3mr_pci_detach()
2823 mtx_init(&sc->reset_mutex, "Reset lock", NULL, MTX_DEF); in mpi3mr_initialize_ioc()3071 mtx_lock(&sc->reset_mutex); in mpi3mr_watchdog_thread()3081 mtx_unlock(&sc->reset_mutex); in mpi3mr_watchdog_thread()3142 mtx_lock(&sc->reset_mutex); in mpi3mr_watchdog_thread()3149 msleep(&sc->watchdog_chan, &sc->reset_mutex, PRIBIO, in mpi3mr_watchdog_thread()3153 mtx_unlock(&sc->reset_mutex); in mpi3mr_watchdog_thread()5276 if (mtx_initialized(&sc->reset_mutex)) in mpi3mr_destory_mtx()5277 mtx_destroy(&sc->reset_mutex); in mpi3mr_destory_mtx()
701 struct mtx reset_mutex; member