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

/freebsd-12-stable/sys/dev/mxge/
H A Dif_mxge.c1363 mtx_lock(&sc->driver_mtx);
1368 mtx_unlock(&sc->driver_mtx);
1391 mtx_lock(&sc->driver_mtx);
1395 mtx_unlock(&sc->driver_mtx);
1415 mtx_lock(&sc->driver_mtx);
1417 mtx_unlock(&sc->driver_mtx);
3174 mtx_lock(&sc->driver_mtx);
3177 mtx_unlock(&sc->driver_mtx);
3972 mtx_lock(&sc->driver_mtx);
3974 mtx_unlock(&sc->driver_mtx);
[all...]
H A Dif_mxge_var.h238 struct mtx driver_mtx; member in struct:mxge_softc
/freebsd-12-stable/sys/dev/gpio/
H A Dgpiopps.c195 sc->pps_state.driver_mtx = &sc->pps_mtx;
/freebsd-12-stable/sys/sys/
H A Dtimepps.h167 struct mtx *driver_mtx; /* Optional, valid if non-NULL. */ member in struct:pps_state
/freebsd-12-stable/sys/arm/ti/am335x/
H A Dam335x_dmtpps.c491 sc->pps_state.driver_mtx = &sc->pps_mtx;
/freebsd-12-stable/sys/kern/
H A Dkern_tc.c1561 if (abi_aware(pps, 1) && pps->driver_mtx != NULL) {
1563 err = msleep_spin(pps, pps->driver_mtx,
1566 err = msleep(pps, pps->driver_mtx, PCATCH,
/freebsd-12-stable/sys/dev/uart/
H A Duart_core.c226 sc->sc_pps.driver_mtx = uart_tty_getlock(sc);
/freebsd-12-stable/sys/dev/usb/serial/
H A Dusb_serial.c449 sc->sc_pps.driver_mtx = sc->sc_mtx;

Completed in 161 milliseconds