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

/freebsd-10.2-release/sys/dev/virtio/balloon/
H A Dvirtio_balloon.c73 struct thread *vtballoon_td; member in struct:vtballoon_softc
209 error = kthread_add(vtballoon_thread, sc, NULL, &sc->vtballoon_td,
233 if (sc->vtballoon_td != NULL) {
237 msleep(sc->vtballoon_td, VTBALLOON_MTX(sc), 0, "vtbdth", 0);
240 sc->vtballoon_td = NULL;

Completed in 41 milliseconds