NUM_PAGES_TO_ALLOC
if (val > NUM_PAGES_TO_ALLOC*8) {
NUM_PAGES_TO_ALLOC*(PAGE_SIZE >> 7),
NUM_PAGES_TO_ALLOC*(PAGE_SIZE >> 10));
} else if (val > NUM_PAGES_TO_ALLOC) {
NUM_PAGES_TO_ALLOC*(PAGE_SIZE >> 10));
static struct page *static_buf[NUM_PAGES_TO_ALLOC];
if (NUM_PAGES_TO_ALLOC < nr_free)
npages_to_free = NUM_PAGES_TO_ALLOC;
if (freed_pages >= NUM_PAGES_TO_ALLOC) {
if (NUM_PAGES_TO_ALLOC >= nr_free)
npages_to_free = NUM_PAGES_TO_ALLOC;
unsigned max_cpages = min(count << order, (unsigned)NUM_PAGES_TO_ALLOC);
if (npages < NUM_PAGES_TO_ALLOC)
npages = NUM_PAGES_TO_ALLOC;
_manager->options.alloc_size = NUM_PAGES_TO_ALLOC;
NUM_PAGES_TO_ALLOC))
_manager->options.alloc_size = NUM_PAGES_TO_ALLOC;
if (val > NUM_PAGES_TO_ALLOC*8) {
NUM_PAGES_TO_ALLOC*(PAGE_SIZE >> 7),
NUM_PAGES_TO_ALLOC*(PAGE_SIZE >> 10));
} else if (val > NUM_PAGES_TO_ALLOC) {
NUM_PAGES_TO_ALLOC*(PAGE_SIZE >> 10));
static struct page *static_buf[NUM_PAGES_TO_ALLOC];
if (NUM_PAGES_TO_ALLOC < nr_free)
npages_to_free = NUM_PAGES_TO_ALLOC;
if (freed_pages >= NUM_PAGES_TO_ALLOC) {
if (NUM_PAGES_TO_ALLOC >= nr_free)
npages_to_free = NUM_PAGES_TO_ALLOC;