vtballoon_softc
static int vtballoon_alloc_intrs(struct vtballoon_softc *sc);
static void vtballoon_negotiate_features(struct vtballoon_softc *);
static int vtballoon_alloc_virtqueues(struct vtballoon_softc *);
static void vtballoon_update_stats(struct vtballoon_softc *sc);
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 *,
static void vtballoon_pop(struct vtballoon_softc *);
static void vtballoon_stop(struct vtballoon_softc *);
static vm_page_t 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_get_tunables(struct vtballoon_softc *);
static void vtballoon_add_sysctl(struct vtballoon_softc *);
sizeof(struct vtballoon_softc)
struct vtballoon_softc *sc = device_get_softc(dev);
struct vtballoon_softc *sc;
struct vtballoon_softc *sc;
vtballoon_negotiate_features(struct vtballoon_softc *sc)
static int vtballoon_alloc_intrs(struct vtballoon_softc *sc)
vtballoon_alloc_virtqueues(struct vtballoon_softc *sc)
struct vtballoon_softc *sc = arg;
vtballoon_update_stat(struct vtballoon_softc *sc, int idx,
static unsigned int collect_balloon_stats(struct vtballoon_softc *sc)
vtballoon_update_stats(struct vtballoon_softc *sc)
struct vtballoon_softc *sc = arg;
struct vtballoon_softc *sc = arg;
struct vtballoon_softc *sc = arg;
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 = arg;
vtballoon_get_tunables(struct vtballoon_softc *sc)
vtballoon_add_sysctl(struct vtballoon_softc *sc)