Searched refs:VTBALLOON_PAGES_PER_REQUEST (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/virtio/balloon/
H A Dvirtio_balloon.c123 #define VTBALLOON_PAGES_PER_REQUEST 256 macro
126 CTASSERT(VTBALLOON_PAGES_PER_REQUEST * sizeof(uint32_t) <= PAGE_SIZE);
188 sc->vtballoon_page_frames = malloc(VTBALLOON_PAGES_PER_REQUEST *
323 if (npages > VTBALLOON_PAGES_PER_REQUEST)
324 npages = VTBALLOON_PAGES_PER_REQUEST;
355 if (npages > VTBALLOON_PAGES_PER_REQUEST)
356 npages = VTBALLOON_PAGES_PER_REQUEST;

Completed in 48 milliseconds