1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00
freebsd/sys/vm
Alan Cox 907e4524dc Various improvements to vm_contig_grow_cache(). Most notably, even when
it can't sleep, it can still move clean pages from the inactive queue to
the cache.  Also, when a page is cached, there is no need to restart the
scan.  The "next" page pointer held by vm_contig_launder() is still
valid.  Finally, add a comment summarizing what vm_contig_grow_cache()
does based upon the value of "tries".

MFC after:	3 weeks
2012-07-16 18:13:43 +00:00
..
default_pager.c
device_pager.c
memguard.c Fix a bug with memguard(9) on 32-bit architectures without a 2012-07-15 20:29:48 +00:00
memguard.h Fix a bug with memguard(9) on 32-bit architectures without a 2012-07-15 20:29:48 +00:00
phys_pager.c
pmap.h
redzone.c
redzone.h
sg_pager.c
swap_pager.c
swap_pager.h
uma_core.c Add missing sleep stat increase 2012-07-07 17:46:11 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_contig.c Various improvements to vm_contig_grow_cache(). Most notably, even when 2012-07-16 18:13:43 +00:00
vm_extern.h
vm_fault.c
vm_glue.c
vm_init.c
vm_kern.c Move kmem_alloc_{attr,contig}() to vm/vm_kern.c, where similarly named 2012-07-14 18:10:44 +00:00
vm_kern.h
vm_map.c Add new pmap layer locks to the predefined lock order. Change the names 2012-06-27 03:45:25 +00:00
vm_map.h Fix a bug with memguard(9) on 32-bit architectures without a 2012-07-15 20:29:48 +00:00
vm_meter.c
vm_mmap.c
vm_object.c Document the object type movements, related to swp_pager_copy(), 2012-07-11 01:04:59 +00:00
vm_object.h - Add a comment explaining the locking of the cached pages pool held 2012-06-22 18:34:11 +00:00
vm_page.c Add new pmap layer locks to the predefined lock order. Change the names 2012-06-27 03:45:25 +00:00
vm_page.h Selectively inline vm_page_dirty(). 2012-06-20 23:25:47 +00:00
vm_pageout.c Avoid vm page queues lock leak after r238212. 2012-07-08 18:04:26 +00:00
vm_pageout.h
vm_pager.c
vm_pager.h
vm_param.h
vm_phys.c
vm_phys.h
vm_reserv.c Correct an off-by-one error in vm_reserv_alloc_contig() that resulted in 2012-07-15 21:46:19 +00:00
vm_reserv.h
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c
vnode_pager.h