Searched refs:driver_mtx (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/dev/mxge/
H A Dif_mxge.c1330 mtx_lock(&sc->driver_mtx);
1335 mtx_unlock(&sc->driver_mtx);
1358 mtx_lock(&sc->driver_mtx);
1362 mtx_unlock(&sc->driver_mtx);
1382 mtx_lock(&sc->driver_mtx);
1384 mtx_unlock(&sc->driver_mtx);
3045 mtx_lock(&sc->driver_mtx);
3048 mtx_unlock(&sc->driver_mtx);
3788 mtx_lock(&sc->driver_mtx);
3790 mtx_unlock(&sc->driver_mtx);
[all...]
H A Dif_mxge_var.h213 struct mtx driver_mtx; member in struct:mxge_softc
/freebsd-current/sys/dev/ppbus/
H A Dpps.c140 sc->pps[0].driver_mtx = ppb_get_lock(ppbus);
194 sc->pps[i].driver_mtx = ppb_get_lock(ppbus);
/freebsd-current/sys/sys/
H A Dtimepps.h163 struct mtx *driver_mtx; /* Optional, valid if non-NULL. */ member in struct:pps_state
/freebsd-current/sys/dev/gpio/
H A Dgpiopps.c185 sc->pps_state.driver_mtx = &sc->pps_mtx;
/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_dmtpps.c563 sc->pps_state.driver_mtx = &sc->pps_mtx;
/freebsd-current/sys/kern/
H A Dkern_tc.c1620 if (abi_aware(pps, 1) && pps->driver_mtx != NULL) {
1622 err = msleep_spin(pps, pps->driver_mtx,
1625 err = msleep(pps, pps->driver_mtx, PCATCH,
/freebsd-current/sys/dev/uart/
H A Duart_core.c222 sc->sc_pps.driver_mtx = uart_tty_getlock(sc);
/freebsd-current/sys/dev/usb/serial/
H A Dusb_serial.c447 sc->sc_pps.driver_mtx = sc->sc_mtx;

Completed in 110 milliseconds