Searched refs:driver_mtx (Results 1 – 3 of 3) sorted by relevance
166 struct mtx *driver_mtx; /* Optional, valid if non-NULL. */ member
568 sc->pps_state.driver_mtx = &sc->pps_mtx; in dmtpps_attach()
1568 if (abi_aware(pps, 1) && pps->driver_mtx != NULL) { in pps_fetch()1570 err = msleep_spin(pps, pps->driver_mtx, in pps_fetch()1573 err = msleep(pps, pps->driver_mtx, PCATCH, in pps_fetch()