Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_pageout.c356 int ib, is, page_base, pageout_count; in vm_pageout_cluster() local
365 pageout_count = 1; in vm_pageout_cluster()
383 while (ib != 0 && pageout_count < vm_pageout_page_count) { in vm_pageout_cluster()
410 ++pageout_count; in vm_pageout_cluster()
420 while (pageout_count < vm_pageout_page_count && in vm_pageout_cluster()
438 mc[page_base + pageout_count] = ps = p; in vm_pageout_cluster()
439 ++pageout_count; in vm_pageout_cluster()
448 if (ib != 0 && pageout_count < vm_pageout_page_count) in vm_pageout_cluster()
451 return (vm_pageout_flush(&mc[page_base], pageout_count, in vm_pageout_cluster()