freebsd_amp_hwpstate/sys/vm
Alan Cox dd2622a8cd To avoid a conflict for the vm_map's lock with vm_fault, release
the read lock around the subyte operations in mincore.  After the lock is
reacquired, use the map's timestamp to determine if we need to restart
the scan.
1999-03-02 22:55:02 +00:00
..
default_pager.c
default_pager.h
device_pager.c
pmap.h
swap_pager.c Remove conditional sysctl's 1999-02-21 08:34:15 +00:00
swap_pager.h
vm.h
vm_extern.h
vm_fault.c Reviewed by: Matthew Dillon <dillon@apollo.backplane.com> 1999-02-25 06:00:52 +00:00
vm_glue.c Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This 1999-02-19 14:25:37 +00:00
vm_inherit.h
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Remove the last of the share map code: struct vm_map::is_main_map. 1999-03-02 05:43:18 +00:00
vm_map.h Remove the last of the share map code: struct vm_map::is_main_map. 1999-03-02 05:43:18 +00:00
vm_meter.c
vm_mmap.c To avoid a conflict for the vm_map's lock with vm_fault, release 1999-03-02 22:55:02 +00:00
vm_object.c Remove unnecessary page protects on map_split and collapse operations. 1999-02-24 21:26:26 +00:00
vm_object.h
vm_page.c Remove unnecessary page protects on map_split and collapse operations. 1999-02-24 21:26:26 +00:00
vm_page.h
vm_pageout.c Eliminate a possible numerical overflow. 1999-02-19 19:14:48 +00:00
vm_pageout.h
vm_pager.c
vm_pager.h
vm_param.h
vm_prot.h
vm_swap.c Comment swstrategy() routine. 1999-02-25 05:37:18 +00:00
vm_unix.c Removed ENOMEM error on swap_pager_full condition which ignored the 1999-02-22 08:42:16 +00:00
vm_zone.c
vm_zone.h
vnode_pager.c Reviewed by: "John S. Dyson" <dyson@iquest.net> 1999-02-27 23:39:28 +00:00
vnode_pager.h