1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00
freebsd/sys/vm
2004-11-15 08:07:26 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h
swap_pager.c Fix the last known race in swapoff(), which could lead to a spurious panic: 2004-11-06 07:17:50 +00:00
swap_pager.h
uma_core.c Abstract the logic to look up the uma_bucket_zone given a desired 2004-11-06 11:43:30 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_contig.c The synchronization provided by vm object locking has eliminated the 2004-11-03 20:17:31 +00:00
vm_extern.h
vm_fault.c
vm_glue.c The synchronization provided by vm object locking has eliminated the 2004-11-03 20:17:31 +00:00
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c
vm_map.h
vm_meter.c
vm_mmap.c Don't clear flags we just checked were not set. 2004-10-26 05:57:29 +00:00
vm_object.c Eliminate an unnecessary atomic operation. Articulate the rationale in 2004-11-06 21:48:45 +00:00
vm_object.h Move a call to wakeup() from vm_object_terminate() to vnode_pager_dealloc() 2004-11-06 05:33:02 +00:00
vm_page.c The synchronization provided by vm object locking has eliminated the 2004-11-03 20:17:31 +00:00
vm_page.h
vm_pageout.c During traversal of the inactive queue, try locking the page's containing 2004-11-05 06:24:05 +00:00
vm_pageout.h
vm_pageq.c
vm_pager.c expect the caller to have called pbrelvp() if necessary. 2004-11-15 08:07:26 +00:00
vm_pager.h Improve readability with a bunch of typedefs for the pager ops. 2004-11-09 13:43:20 +00:00
vm_param.h #include <vm/vm_param.h> instead of <machine/vmparam.h> (the former 2004-11-08 18:20:02 +00:00
vm_unix.c
vm_zeroidle.c Remove dangling variable 2004-11-06 11:33:11 +00:00
vm.h
vnode_pager.c Explicitly call pbrelvp() 2004-11-15 08:06:05 +00:00
vnode_pager.h