HomeSort by: relevance | last modified time | path
    Searched defs:sc_iflock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/scsipi/
if_se.c 180 struct kmutex sc_iflock; member in struct:se_softc
339 mutex_init(&sc->sc_iflock, MUTEX_DEFAULT, IPL_SOFTNET);
415 mutex_enter(&sc->sc_iflock);
420 mutex_exit(&sc->sc_iflock);
433 mutex_destroy(&sc->sc_iflock);
467 mutex_enter(&sc->sc_iflock);
473 mutex_exit(&sc->sc_iflock);
489 mutex_enter(&sc->sc_iflock);
491 mutex_exit(&sc->sc_iflock);
611 mutex_enter(&sc->sc_iflock);
    [all...]
if_dse.c 183 struct kmutex sc_iflock; member in struct:dse_softc
364 mutex_init(&sc->sc_iflock, MUTEX_DEFAULT, IPL_SOFTNET);
446 mutex_enter(&sc->sc_iflock);
451 mutex_exit(&sc->sc_iflock);
464 mutex_destroy(&sc->sc_iflock);
502 mutex_enter(&sc->sc_iflock);
507 mutex_exit(&sc->sc_iflock);
526 mutex_enter(&sc->sc_iflock);
528 mutex_exit(&sc->sc_iflock);
652 mutex_enter(&sc->sc_iflock);
    [all...]

Completed in 12 milliseconds