vtballoon_softc
static void vtballoon_pop(struct vtballoon_softc *);
static void vtballoon_stop(struct vtballoon_softc *);
vtballoon_alloc_page(struct vtballoon_softc *);
static void vtballoon_free_page(struct vtballoon_softc *, vm_page_t);
static int vtballoon_sleep(struct vtballoon_softc *);
static void vtballoon_setup_sysctl(struct vtballoon_softc *);
sizeof(struct vtballoon_softc)
struct vtballoon_softc *sc;
struct vtballoon_softc *sc;
struct vtballoon_softc *sc;
vtballoon_negotiate_features(struct vtballoon_softc *sc)
vtballoon_setup_features(struct vtballoon_softc *sc)
vtballoon_alloc_virtqueues(struct vtballoon_softc *sc)
struct vtballoon_softc *sc;
vtballoon_inflate(struct vtballoon_softc *sc, int npages)
vtballoon_deflate(struct vtballoon_softc *sc, int npages)
vtballoon_send_page_frames(struct vtballoon_softc *sc, struct virtqueue *vq,
vtballoon_pop(struct vtballoon_softc *sc)
vtballoon_stop(struct vtballoon_softc *sc)
vtballoon_alloc_page(struct vtballoon_softc *sc)
vtballoon_free_page(struct vtballoon_softc *sc, vm_page_t m)
vtballoon_desired_size(struct vtballoon_softc *sc)
vtballoon_update_size(struct vtballoon_softc *sc)
vtballoon_sleep(struct vtballoon_softc *sc)
struct vtballoon_softc *sc;
vtballoon_setup_sysctl(struct vtballoon_softc *sc)
static int vtballoon_negotiate_features(struct vtballoon_softc *);
static int vtballoon_setup_features(struct vtballoon_softc *);
static int vtballoon_alloc_virtqueues(struct vtballoon_softc *);
static void vtballoon_inflate(struct vtballoon_softc *, int);
static void vtballoon_deflate(struct vtballoon_softc *, int);
static void vtballoon_send_page_frames(struct vtballoon_softc *,