freebsd-dev/sys/vm
John Baldwin 8f88740381 - Don't bother using the proc lock to test just P_SYSTEM as that is set in
fork1() and never changes.
- The proc lock is enough to cover reading p_state, so push down sched_lock
  into the PRS_NORMAL case of the switch on p_state.
2003-04-25 20:06:30 +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 - Move swap_pager_isswapped()'s prototype to a more logical place. 2003-04-24 05:29:27 +00:00
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
uma.h Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
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 - 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 - Don't bother using the proc lock to test just P_SYSTEM as that is set in 2003-04-25 20:06:30 +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 - Acquire the vm_object's lock when performing vm_object_page_clean(). 2003-04-24 04:31:25 +00:00
vm_map.h - When the VM daemon is out of swap space and looking for a 2003-03-12 23:13:16 +00:00
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 - Acquire the vm_object's lock when performing vm_object_page_clean(). 2003-04-24 04:31:25 +00:00
vm_object.h Add VM_OBJECT_LOCKED(). 2003-04-22 04:47:29 +00:00
vm_page.c - Relax the Giant required in vm_page_remove(). 2003-04-25 06:35:05 +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 - Acquire the vm_object's lock when performing vm_object_page_clean(). 2003-04-24 04:31:25 +00:00
vm_pageout.h - Move swap_pager_isswapped()'s prototype to a more logical place. 2003-04-24 05:29:27 +00:00
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 Provide a mac_check_system_swapoff() entry point, which permits MAC 2003-03-05 23:50:15 +00:00
vm_unix.c
vm_zeroidle.c Rename a static variable to avoid future conflicts. 2003-04-04 12:08:42 +00:00
vm.h
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