freebsd-dev/sys/vm
2003-06-05 21:57:19 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h
swap_pager.c Lock the vm_object when performing vm_pager_deallocate(). 2003-05-06 02:45:28 +00:00
swap_pager.h - Move swap_pager_isswapped()'s prototype to a more logical place. 2003-04-24 05:29:27 +00:00
uma_core.c uma_zone_set_obj() must perform VM_OBJECT_LOCK_INIT() if the caller 2003-04-28 06:11:32 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h Prepend _ to internal union members to avoid ambiguity. 2003-05-31 19:52:15 +00:00
uma.h
vm_contig.c - Acquire the vm_object's lock when performing vm_object_page_clean(). 2003-04-24 04:31:25 +00:00
vm_extern.h
vm_fault.c
vm_glue.c Remove unused variables 2003-05-31 19:51:05 +00:00
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Increase the scope of the vm_object lock in vm_map_delete(). 2003-04-30 19:18:09 +00:00
vm_map.h
vm_meter.c
vm_mmap.c
vm_object.c - Extend the scope of the backing object's lock in vm_object_collapse(). 2003-06-05 20:55:27 +00:00
vm_object.h - Add VM_OBJECT_TRYLOCK(). 2003-06-04 19:59:23 +00:00
vm_page.c - Relax the Giant required in vm_page_remove(). 2003-04-25 06:35:05 +00:00
vm_page.h
vm_pageout.c If we seem to be out of VM, don't allow the pagedaemon to kill 2003-05-19 00:51:07 +00:00
vm_pageout.h Move a declaration to its proper place. 2003-05-03 04:21:16 +00:00
vm_pageq.c
vm_pager.c Lock the vm_object when performing vm_pager_deallocate(). 2003-05-06 02:45:28 +00:00
vm_pager.h
vm_param.h
vm_swap.c Fix NFS file swapping, I broke it 3 months ago it seems. 2003-06-05 21:57:19 +00:00
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c Lock the vm_object when performing vm_pager_deallocate(). 2003-05-06 02:45:28 +00:00
vnode_pager.h