Searched defs:BATCH_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c565 #define BATCH_SIZE 256 macro
566 static mfn_t mfns[BATCH_SIZE]; /* common across all instances */
567 static int nth = BATCH_SIZE;
571 if (nth == BATCH_SIZE) {
572 if (balloon_alloc_pages(BATCH_SIZE, mfns) != BATCH_SIZE) {
602 #undef BATCH_SIZE macro

Completed in 104 milliseconds