Home | History | Annotate | Download | only in usb

Lines Matching refs:sc_rd_count

331 	wakeup(&sc->sc_rd_count);
410 sc->sc_rd_count = 0;
493 while (sc->sc_rd_count == 0) {
495 error = tsleep(&sc->sc_rd_count, PZERO | PCATCH,
508 n = sc->sc_rd_count - sc->sc_hdszi;
515 sc->sc_rd_count = 0;
597 if (sc->sc_rd_count != 0) {
626 kn->kn_data = sc->sc_rd_count;
750 sc->sc_rd_count = 0;
861 sc->sc_rd_count = size;
862 wakeup(&sc->sc_rd_count); /* XXX should use flag */