Searched refs:VTBALLOON_PAGES_PER_REQUEST (Results 1 – 1 of 1) sorted by relevance
127 #define VTBALLOON_PAGES_PER_REQUEST 256 macro130 CTASSERT(VTBALLOON_PAGES_PER_REQUEST * sizeof(uint32_t) <= PAGE_SIZE);191 sc->vtballoon_page_frames = malloc(VTBALLOON_PAGES_PER_REQUEST * in vtballoon_attach()340 if (npages > VTBALLOON_PAGES_PER_REQUEST) in vtballoon_inflate()341 npages = VTBALLOON_PAGES_PER_REQUEST; in vtballoon_inflate()372 if (npages > VTBALLOON_PAGES_PER_REQUEST) in vtballoon_deflate()373 npages = VTBALLOON_PAGES_PER_REQUEST; in vtballoon_deflate()