Home
last modified time | relevance | path

Searched refs:vtballoon_deflate (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/virtio/balloon/
H A Dvirtio_balloon.c97 static void vtballoon_deflate(struct vtballoon_softc *, int);
362 vtballoon_deflate(struct vtballoon_softc *sc, int npages) in vtballoon_deflate() function
440 vtballoon_deflate(sc, sc->vtballoon_current_npages); in vtballoon_pop()
559 vtballoon_deflate(sc, current - desired); in vtballoon_thread()