Searched refs:pageout_count (Results 1 – 1 of 1) sorted by relevance
370 int alignment, num_ends, page_base, pageout_count; in vm_pageout_cluster() local379 pageout_count = 1; in vm_pageout_cluster()393 while (pageout_count < vm_pageout_page_count) { in vm_pageout_cluster()399 if (alignment == pageout_count - 1 && num_ends == 0) in vm_pageout_cluster()408 ++pageout_count; in vm_pageout_cluster()410 m = mc[page_base + pageout_count - 1]; in vm_pageout_cluster()411 while (num_ends != 2 && pageout_count < vm_pageout_page_count) { in vm_pageout_cluster()419 mc[page_base + pageout_count] = m; in vm_pageout_cluster()420 ++pageout_count; in vm_pageout_cluster()423 return (vm_pageout_flush(&mc[page_base], pageout_count, in vm_pageout_cluster()