freebsd-dev/sys/vm
Alan Cox 1bb816d3d1 Restructure vm_page_select_cache() so that adding assertions is easy.
Some of the conditions that caused vm_page_select_cache() to deactivate a
page were wrong.  For example, deactivating an unmanaged or wired page is a
nop.  Thus, if vm_page_select_cache() had ever encountered an unmanaged or
wired page, it would have looped forever.  Now, we assert that the page is
neither unmanaged nor wired.
2004-05-12 04:27:18 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h
swap_pager.c
swap_pager.h
uma_core.c
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_contig.c
vm_extern.h
vm_fault.c
vm_glue.c In r1.190, vslock() and vsunlock() were bogusly made to do a "user wire" 2004-05-07 11:43:24 +00:00
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c
vm_map.h
vm_meter.c
vm_mmap.c To handle orphaned character device vnodes properly in mmap(), check that 2004-05-11 10:26:37 +00:00
vm_object.c
vm_object.h
vm_page.c Restructure vm_page_select_cache() so that adding assertions is easy. 2004-05-12 04:27:18 +00:00
vm_page.h
vm_pageout.c Cache queue pages are not mapped. Thus, the pmap_remove_all() by 2004-05-12 04:10:35 +00:00
vm_pageout.h
vm_pageq.c
vm_pager.c
vm_pager.h
vm_param.h
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c
vnode_pager.h