freebsd-dev/sys/vm
Alan Cox 2f7af3db57 Simplify the various pager allocation routines by computing the desired
object size once and assigning that value to a local variable.
2004-01-04 20:55:15 +00:00
..
default_pager.c
device_pager.c Simplify the various pager allocation routines by computing the desired 2004-01-04 20:55:15 +00:00
phys_pager.c Simplify the various pager allocation routines by computing the desired 2004-01-04 20:55:15 +00:00
pmap.h
swap_pager.c Simplify the various pager allocation routines by computing the desired 2004-01-04 20:55:15 +00:00
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 - Reduce Giant's scope in vm_fault(). 2003-12-26 23:33:37 +00:00
vm_glue.c
vm_init.c
vm_kern.c - Increase the scope of the kmem_object's lock in kmem_malloc(). Add a 2004-01-01 19:48:56 +00:00
vm_kern.h
vm_map.c - Modify vm_object_split() to expect a locked vm object on entry and 2003-12-30 22:28:36 +00:00
vm_map.h
vm_meter.c Avoid lock-order reversal between the vm object list mutex and the vm 2004-01-02 19:38:25 +00:00
vm_mmap.c
vm_object.c Revision 1.74 of vm_meter.c ("Avoid lock-order reversal") makes the release 2004-01-02 19:57:45 +00:00
vm_object.h
vm_page.c In vm_page_lookup() check the root of the vm object's splay tree for the 2003-12-31 19:02:01 +00:00
vm_page.h
vm_pageout.c
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 Eliminate the acquisition and release of Giant from vnode_pager_alloc(). 2004-01-04 03:18:24 +00:00
vnode_pager.h