Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_pageout.c395 int alignment, page_base, pageout_count; in vm_pageout_cluster() local
404 pageout_count = 1; in vm_pageout_cluster()
425 } while (pageout_count++ < alignment); in vm_pageout_cluster()
427 if (pageout_count < vm_pageout_page_count) { in vm_pageout_cluster()
428 pages.index = mc[page_base + pageout_count - 1]->pindex; in vm_pageout_cluster()
433 mc[page_base + pageout_count] = m; in vm_pageout_cluster()
434 } while (++pageout_count < vm_pageout_page_count); in vm_pageout_cluster()
436 if (pageout_count < vm_pageout_page_count && in vm_pageout_cluster()
445 } while (++pageout_count < vm_pageout_page_count); in vm_pageout_cluster()
448 return (vm_pageout_flush(&mc[page_base], pageout_count, in vm_pageout_cluster()