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

/freebsd-12-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_var.h118 bool vmbus_scandone; member in struct:vmbus_softc
H A Dvmbus.c483 sc->vmbus_scandone = true;
485 wakeup(&sc->vmbus_scandone);
540 while (!sc->vmbus_scandone)
541 mtx_sleep(&sc->vmbus_scandone, &Giant, 0, "vmbusdev", 0);

Completed in 103 milliseconds