freebsd_amp_hwpstate/sys/vm
John Baldwin 897ecacd64 Lock the proc to check p_flag and several other related tests in
vm_daemon().  We don't need to hold sched_lock as long now as a result.
2003-04-22 20:03:08 +00:00
..
default_pager.c
device_pager.c - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
phys_pager.c
pmap.h - Kill the pv_flags member of the alpha mdpage since it stop being used 2003-04-10 18:42:06 +00:00
swap_pager.c - Lock the vm_object when performing vm_object_pip_add(). 2003-04-20 07:08:30 +00:00
swap_pager.h Remove unused declarations. 2003-04-22 06:26:42 +00:00
uma.h
uma_core.c Lock the vm_object in obj_alloc(). 2003-04-19 00:30:36 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
vm.h
vm_contig.c Update locking on the kernel_object to use the new macros. 2003-04-14 00:36:53 +00:00
vm_extern.h - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
vm_fault.c Prefer the proc lock to sched_lock when testing PS_INMEM now that it is 2003-04-22 20:01:56 +00:00
vm_glue.c - Always call faultin() in _PHOLD() if PS_INMEM is clear. This closes a 2003-04-22 20:00:26 +00:00
vm_init.c
vm_kern.c Update locking on the kmem_object to use the new macros. 2003-04-15 01:16:05 +00:00
vm_kern.h
vm_map.c - Update the vm_object locking in vm_map_insert(). 2003-04-20 21:56:40 +00:00
vm_map.h
vm_meter.c Lock some manipulations of the vm object's flags. 2003-04-13 19:36:18 +00:00
vm_mmap.c suser() does not need the proc lock, just the setting of P_PROTECTED in 2003-04-17 22:38:27 +00:00
vm_object.c - Assert that the vm_object is locked in vm_object_clear_flag(), 2003-04-21 06:33:52 +00:00
vm_object.h Add VM_OBJECT_LOCKED(). 2003-04-22 04:47:29 +00:00
vm_page.c Revision 1.246 should have also included 2003-04-22 14:26:02 +00:00
vm_page.h - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
vm_pageout.c Lock the proc to check p_flag and several other related tests in 2003-04-22 20:03:08 +00:00
vm_pageout.h
vm_pageq.c - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
vm_pager.c Remove GIANT_REQUIRED from getpbuf(). Reviewed by: tegge 2003-04-05 21:01:16 +00:00
vm_pager.h
vm_param.h
vm_swap.c
vm_unix.c
vm_zeroidle.c Rename a static variable to avoid future conflicts. 2003-04-04 12:08:42 +00:00
vnode_pager.c Update locking around vm_object_page_remove() to use the new macros. 2003-04-18 16:39:03 +00:00
vnode_pager.h