Lines Matching refs:vtballoon_softc

58 struct vtballoon_softc {  struct
90 static int vtballoon_negotiate_features(struct vtballoon_softc *); argument
91 static int vtballoon_setup_features(struct vtballoon_softc *);
92 static int vtballoon_alloc_virtqueues(struct vtballoon_softc *);
96 static void vtballoon_inflate(struct vtballoon_softc *, int);
97 static void vtballoon_deflate(struct vtballoon_softc *, int);
99 static void vtballoon_send_page_frames(struct vtballoon_softc *,
102 static void vtballoon_pop(struct vtballoon_softc *);
103 static void vtballoon_stop(struct vtballoon_softc *);
106 vtballoon_alloc_page(struct vtballoon_softc *);
107 static void vtballoon_free_page(struct vtballoon_softc *, vm_page_t);
109 static int vtballoon_sleep(struct vtballoon_softc *);
111 static void vtballoon_setup_sysctl(struct vtballoon_softc *);
154 sizeof(struct vtballoon_softc)
173 struct vtballoon_softc *sc; in vtballoon_attach()
232 struct vtballoon_softc *sc; in vtballoon_detach()
264 struct vtballoon_softc *sc; in vtballoon_config_change()
276 vtballoon_negotiate_features(struct vtballoon_softc *sc) in vtballoon_negotiate_features()
289 vtballoon_setup_features(struct vtballoon_softc *sc) in vtballoon_setup_features()
301 vtballoon_alloc_virtqueues(struct vtballoon_softc *sc) in vtballoon_alloc_virtqueues()
322 struct vtballoon_softc *sc; in vtballoon_vq_intr()
332 vtballoon_inflate(struct vtballoon_softc *sc, int npages) in vtballoon_inflate()
362 vtballoon_deflate(struct vtballoon_softc *sc, int npages) in vtballoon_deflate()
405 vtballoon_send_page_frames(struct vtballoon_softc *sc, struct virtqueue *vq, in vtballoon_send_page_frames()
436 vtballoon_pop(struct vtballoon_softc *sc) in vtballoon_pop()
444 vtballoon_stop(struct vtballoon_softc *sc) in vtballoon_stop()
454 vtballoon_alloc_page(struct vtballoon_softc *sc) in vtballoon_alloc_page()
466 vtballoon_free_page(struct vtballoon_softc *sc, vm_page_t m) in vtballoon_free_page()
474 vtballoon_desired_size(struct vtballoon_softc *sc) in vtballoon_desired_size()
488 vtballoon_update_size(struct vtballoon_softc *sc) in vtballoon_update_size()
501 vtballoon_sleep(struct vtballoon_softc *sc) in vtballoon_sleep()
543 struct vtballoon_softc *sc; in vtballoon_thread()
569 vtballoon_setup_sysctl(struct vtballoon_softc *sc) in vtballoon_setup_sysctl()