freebsd-dev/sys/vm
Alan Cox 5786be7cc7 Introduce a field to struct vm_page for storing flags that are
synchronized by the lock on the object containing the page.

Transition PG_WANTED and PG_SWAPINPROG to use the new field,
eliminating the need for holding the page queues lock when setting
or clearing these flags.  Rename PG_WANTED and PG_SWAPINPROG to
VPO_WANTED and VPO_SWAPINPROG, respectively.

Eliminate the assertion that the page queues lock is held in
vm_page_io_finish().

Eliminate the acquisition and release of the page queues lock
around calls to vm_page_io_finish() in kern_sendfile() and
vfs_unbusy_pages().
2006-08-09 17:43:27 +00:00
..
default_pager.c
device_pager.c
memguard.c
memguard.h
phys_pager.c
pmap.h Complete the transition from pmap_page_protect() to pmap_remove_write(). 2006-08-01 19:06:06 +00:00
redzone.c
redzone.h
swap_pager.c Introduce a field to struct vm_page for storing flags that are 2006-08-09 17:43:27 +00:00
swap_pager.h
uma_core.c Fix build of uma_core.c when DDB is not compiled into the kernel by 2006-07-18 01:13:18 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_contig.c
vm_extern.h
vm_fault.c Eliminate the acquisition and release of the page queues lock around a call 2006-08-06 00:17:17 +00:00
vm_glue.c
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Retire debug.mpsafevm. None of the architectures supported in CVS require 2006-07-21 23:22:49 +00:00
vm_map.h
vm_meter.c Retire debug.mpsafevm. None of the architectures supported in CVS require 2006-07-21 23:22:49 +00:00
vm_mmap.c
vm_object.c Introduce a field to struct vm_page for storing flags that are 2006-08-09 17:43:27 +00:00
vm_object.h Eliminate OBJ_WRITEABLE. It hasn't been used in a long time. 2006-07-21 06:40:29 +00:00
vm_page.c Introduce a field to struct vm_page for storing flags that are 2006-08-09 17:43:27 +00:00
vm_page.h Introduce a field to struct vm_page for storing flags that are 2006-08-09 17:43:27 +00:00
vm_pageout.c Complete the transition from pmap_page_protect() to pmap_remove_write(). 2006-08-01 19:06:06 +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 Retire debug.mpsafevm. None of the architectures supported in CVS require 2006-07-21 23:22:49 +00:00
vnode_pager.c Introduce a field to struct vm_page for storing flags that are 2006-08-09 17:43:27 +00:00
vnode_pager.h