Home
last modified time | relevance | path

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

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