BATCH_SIZE
static mfn_t mfns[BATCH_SIZE]; /* common across all instances */
static int nth = BATCH_SIZE;
if (nth == BATCH_SIZE) {
if (balloon_alloc_pages(BATCH_SIZE, mfns) != BATCH_SIZE) {