freebsd-nq/sys/vm
2003-06-09 07:01:05 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h
swap_pager.c Assert that the vm object is locked on entry to swap_pager_freespace(). 2003-06-07 20:43:16 +00:00
swap_pager.h
uma_core.c
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
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 Lock the kernel object in kmem_alloc(). 2003-06-07 23:24:10 +00:00
vm_kern.h
vm_map.c Pass the vm object to vm_object_collapse() with its lock held. 2003-06-07 02:29:17 +00:00
vm_map.h
vm_meter.c
vm_mmap.c Hold the vm object's lock when performing vm_page_lookup(). 2003-06-09 07:01:05 +00:00
vm_object.c Don't use vm_object_set_flag() to initialize the vm object's flags. 2003-06-09 06:50:02 +00:00
vm_object.h - Add VM_OBJECT_TRYLOCK(). 2003-06-04 19:59:23 +00:00
vm_page.c Teach vm_page_grab() how to handle the vm object's lock. 2003-06-07 23:22:04 +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
vm_pageq.c
vm_pager.c
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
vnode_pager.h