Home
last modified time | relevance | path

Searched refs:page_base (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
366 page_base = vm_pageout_page_count; in vm_pageout_cluster()
409 mc[--page_base] = pb = p; in vm_pageout_cluster()
438 mc[page_base + pageout_count] = ps = p; in vm_pageout_cluster()
451 return (vm_pageout_flush(&mc[page_base], pageout_count, in vm_pageout_cluster()