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

  /src/sys/dev/pci/
ichsmb.c 68 kcondvar_t sc_exec_wait; member in struct:ichsmb_softc
200 cv_init(&sc->sc_exec_wait, device_xname(self));
505 cv_destroy(&sc->sc_exec_wait);
633 if (cv_timedwait(&sc->sc_exec_wait, &sc->sc_exec_lock,
717 cv_signal(&sc->sc_exec_wait);
piixpm.c 106 kcondvar_t sc_exec_wait; member in struct:piixpm_softc
210 cv_init(&sc->sc_exec_wait, device_xname(self));
744 if (cv_timedwait(&sc->sc_exec_wait, &sc->sc_exec_lock,
826 cv_signal(&sc->sc_exec_wait);

Completed in 16 milliseconds