Home
last modified time | relevance | path

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

/freebsd-head/sys/vm/
HDvm_pageout.c387 int alignment, page_base, pageout_count; in vm_pageout_cluster() local
396 pageout_count = 1; in vm_pageout_cluster()
417 } while (pageout_count++ < alignment); in vm_pageout_cluster()
419 if (pageout_count < vm_pageout_page_count) { in vm_pageout_cluster()
420 pages.index = mc[page_base + pageout_count - 1]->pindex; in vm_pageout_cluster()
425 mc[page_base + pageout_count] = m; in vm_pageout_cluster()
426 } while (++pageout_count < vm_pageout_page_count); in vm_pageout_cluster()
428 if (pageout_count < vm_pageout_page_count && in vm_pageout_cluster()
437 } while (++pageout_count < vm_pageout_page_count); in vm_pageout_cluster()
440 return (vm_pageout_flush(&mc[page_base], pageout_count, in vm_pageout_cluster()