Home
last modified time | relevance | path

Searched refs:reset_mutex (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_pci.c672 mtx_lock(&sc->reset_mutex); in mpi3mr_pci_detach()
679 mtx_unlock(&sc->reset_mutex); in mpi3mr_pci_detach()
H A Dmpi3mr.c2882 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 …]
H A Dmpi3mr.h713 struct mtx reset_mutex; member