freebsd-src/sys/vm
Alan Cox df2e33bf42 Revise the part of vm_pageout_scan() that moves pages from the cache
queue to the free queue.  With this change, if a page from the cache
queue belongs to a locked object, it is simply skipped over rather
than moved to the inactive queue.
2005-01-06 20:22:36 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h
swap_pager.c When allocating bio's in the swap_pager use M_WAITOK since the 2005-01-03 13:28:56 +00:00
swap_pager.h
uma_core.c Add my copyright and update Jeff's copyright on UMA source files, 2004-12-26 00:35:12 +00:00
uma_dbg.c Add my copyright and update Jeff's copyright on UMA source files, 2004-12-26 00:35:12 +00:00
uma_dbg.h Add my copyright and update Jeff's copyright on UMA source files, 2004-12-26 00:35:12 +00:00
uma_int.h Add my copyright and update Jeff's copyright on UMA source files, 2004-12-26 00:35:12 +00:00
uma.h Add my copyright and update Jeff's copyright on UMA source files, 2004-12-26 00:35:12 +00:00
vm_contig.c Try to close a potential, but serious race in our VM subsystem. 2004-11-24 18:56:13 +00:00
vm_extern.h Disable U area swapping and remove the routines that create, destroy, 2004-11-20 02:29:00 +00:00
vm_fault.c Continue the transition from synchronizing access to the page's PG_BUSY 2004-12-24 19:31:54 +00:00
vm_glue.c Don't include sys/user.h merely for its side-effect of recursively 2004-11-27 06:51:39 +00:00
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Modify pmap_enter_quick() so that it expects the page queues to be locked 2004-12-23 20:16:11 +00:00
vm_map.h
vm_meter.c Enable debug.mpsafevm by default on alpha. 2004-12-17 17:17:36 +00:00
vm_mmap.c
vm_object.c Eliminate another unnecessary call to vm_page_busy(). (See revision 1.333 2004-12-17 18:54:51 +00:00
vm_object.h With the removal of kern/uipc_jumbo.c and sys/jumbo.h, 2004-12-08 05:01:47 +00:00
vm_page.c Assert that page allocations during an interrupt specify 2004-12-31 19:50:45 +00:00
vm_page.h Note that access to the page's busy count is synchronized by the containing 2004-12-27 05:27:59 +00:00
vm_pageout.c Revise the part of vm_pageout_scan() that moves pages from the cache 2005-01-06 20:22:36 +00:00
vm_pageout.h Disable U area swapping and remove the routines that create, destroy, 2004-11-20 02:29:00 +00:00
vm_pageq.c
vm_pager.c Add pbgetbo()/pbrelbo() lighter weight versions of pbgetvp()/pbrelvp(). 2004-11-15 08:47:18 +00:00
vm_pager.h Improve readability with a bunch of typedefs for the pager ops. 2004-11-09 13:43:20 +00:00
vm_param.h #include <vm/vm_param.h> instead of <machine/vmparam.h> (the former 2004-11-08 18:20:02 +00:00
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c fix comment 2004-12-25 21:30:41 +00:00
vnode_pager.h