Searched refs:sc_calib_cv (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h316 kcondvar_t sc_calib_cv; member in struct:iwn_softc
H A Dif_iwn.c873 cv_init(&sc->sc_calib_cv, NULL, CV_DRIVER, NULL);
3185 cv_signal(&sc->sc_calib_cv);
6388 if (cv_timedwait(&sc->sc_calib_cv, &sc->sc_mtx, clk) < 0)

Completed in 312 milliseconds