Searched refs:sc_put_seg_cv (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h134 kcondvar_t sc_put_seg_cv; member in struct:iwh_softc
H A Diwh.c665 cv_init(&sc->sc_put_seg_cv, NULL, CV_DRIVER, NULL);
1104 cv_destroy(&sc->sc_put_seg_cv);
2172 if (cv_timedwait(&sc->sc_put_seg_cv, &sc->sc_glock, clk) < 0) {
2202 if (cv_timedwait(&sc->sc_put_seg_cv, &sc->sc_glock, clk) < 0) {
2243 if (cv_timedwait(&sc->sc_put_seg_cv, &sc->sc_glock, clk) < 0) {
2273 if (cv_timedwait(&sc->sc_put_seg_cv, &sc->sc_glock, clk) < 0) {
2931 cv_signal(&sc->sc_put_seg_cv);
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h152 kcondvar_t sc_put_seg_cv; member in struct:iwp_softc
H A Diwp.c622 cv_init(&sc->sc_put_seg_cv, NULL, CV_DRIVER, NULL);
1012 cv_destroy(&sc->sc_put_seg_cv);
2077 if (cv_timedwait(&sc->sc_put_seg_cv, &sc->sc_glock, clk) < 0) {
2107 if (cv_timedwait(&sc->sc_put_seg_cv, &sc->sc_glock, clk) < 0) {
2146 if (cv_timedwait(&sc->sc_put_seg_cv, &sc->sc_glock, clk) < 0) {
2176 if (cv_timedwait(&sc->sc_put_seg_cv, &sc->sc_glock, clk) < 0) {
2828 cv_signal(&sc->sc_put_seg_cv);

Completed in 86 milliseconds