Searched refs:reset_mutex (Results 1 – 3 of 3) sorted by relevance
672 mtx_lock(&sc->reset_mutex); in mpi3mr_pci_detach()679 mtx_unlock(&sc->reset_mutex); in mpi3mr_pci_detach()
2882 mtx_init(&sc->reset_mutex, "Reset lock", NULL, MTX_DEF); in mpi3mr_initialize_ioc()3208 mtx_lock(&sc->reset_mutex); in mpi3mr_timestamp_thread()3219 mtx_unlock(&sc->reset_mutex); in mpi3mr_timestamp_thread()3238 mtx_lock(&sc->reset_mutex); in mpi3mr_timestamp_thread()3241 msleep(&sc->timestamp_chan, &sc->reset_mutex, PRIBIO, in mpi3mr_timestamp_thread()3245 mtx_unlock(&sc->reset_mutex); in mpi3mr_timestamp_thread()3262 mtx_lock(&sc->reset_mutex); in mpi3mr_watchdog_thread()3272 mtx_unlock(&sc->reset_mutex); in mpi3mr_watchdog_thread()3341 mtx_lock(&sc->reset_mutex); in mpi3mr_watchdog_thread()3348 msleep(&sc->watchdog_chan, &sc->reset_mutex, PRIBIO, in mpi3mr_watchdog_thread()[all …]
713 struct mtx reset_mutex; member