Home
last modified time | relevance | path

Searched refs:BATCH_SIZE (Results 1 – 1 of 1) sorted by relevance

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