ZONE_MAXPGLOAD
z->zalloc = ZONE_MAXPGLOAD;
vm_page_t pgs[ZONE_MAXPGLOAD];
for (i = 0; i < ZONE_MAXPGLOAD && i < z->zalloc; ++i) {