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

/netbsd-current/sys/dev/hyperv/
H A Dvmbusvar.h214 struct vmbus_devq sc_devq; member in struct:vmbus_softc
H A Dvmbus.c904 wakeup(&sc->sc_devq);
975 SIMPLEQ_INIT(&sc->sc_devq);
987 * device's detach running in sc_devq can drain its sub-channels.
1009 tsleep(&sc->sc_devq, PRIBIO, "hvscan", 1);
2242 SIMPLEQ_INSERT_TAIL(&sc->sc_devq, vd, vd_entry);
2263 while (!SIMPLEQ_EMPTY(&sc->sc_devq)) {
2264 vd = SIMPLEQ_FIRST(&sc->sc_devq);
2265 SIMPLEQ_REMOVE_HEAD(&sc->sc_devq, vd_entry);
2309 if (SIMPLEQ_EMPTY(&sc->sc_devq)) {

Completed in 142 milliseconds