Searched refs:vtballoon_page_frames (Results 1 – 1 of 1) sorted by relevance
73 uint32_t *vtballoon_page_frames; member191 sc->vtballoon_page_frames = malloc(VTBALLOON_PAGES_PER_REQUEST * in vtballoon_attach()193 if (sc->vtballoon_page_frames == NULL) { in vtballoon_attach()251 if (sc->vtballoon_page_frames != NULL) { in vtballoon_detach()252 free(sc->vtballoon_page_frames, M_DEVBUF); in vtballoon_detach()253 sc->vtballoon_page_frames = NULL; in vtballoon_detach()349 sc->vtballoon_page_frames[i] = in vtballoon_inflate()379 sc->vtballoon_page_frames[i] = in vtballoon_deflate()415 error = sglist_append(&sg, sc->vtballoon_page_frames, in vtballoon_send_page_frames()